Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServerError

ServerError is returned by the API when 500-599 status codes are returned. Typically these indicate a server configuration issue or corrupt data. If this is encountered you should contact seaters' technical team.

Hierarchy

  • ServerError

Index

Properties

_rawResponse

_rawResponse: any

The raw response, for debugging purposes only.

message

message: string

The technical error message

statusCode

statusCode: number

The response status code

statusText

statusText: string

The response status text

Generated using TypeDoc