@kagamidigital/salt-sdk-mirror
    Preparing search index...

    Class SocketError

    Base error for websocket failures on a SaltSocket — either an operation attempted while no connection exists, or a failed (re)connect attempt (see SocketConnectError).

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • message: string
      • OptionaloriginalError: Error

      Returns SocketError

    Properties

    cause?: Error

    The underlying error that triggered this one, if any.

    message: string
    name: string
    stack?: string