Class LoginError

    The LoginError object represents an error when attempting to log into an Archipelago session, but authentication failed. The server returns a list of known issues found while attempting to connect.

    Hierarchy
    • Error
      • LoginError

    Properties

    cause?: unknown
    errors: ConnectionError[] = []

    A list of connection errors that prevented the connection to the Archipelago server.

    message: string
    name: string
    stack?: string
    prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

    Optional override for formatting stack traces

    stackTraceLimit: number

    Methods

    • Create .stack property on a target object

      Parameters

      • targetObject: object
      • OptionalconstructorOpt: Function

      Returns void

    • Create .stack property on a target object

      Parameters

      • targetObject: object
      • OptionalconstructorOpt: Function

      Returns void