Error thrown when a Star Comms API call fails.

Hierarchy

  • Error
    • StarCommsError

Constructors

  • Parameters

    • statusCode: number

      HTTP status code from the shard (or 500 for client-side errors)

    • message: string

    Returns StarCommsError

Properties

cause?: unknown
message: string
name: string
stack?: string
statusCode: number

HTTP status code from the shard (or 500 for client-side errors)