ChatError represents an error sent by IVS Chat Messaging API service in response to use request.

Hierarchy

  • ChatError

Properties

errorCode: number

Numeric code of the error.

errorMessage: string

Error message.

id: string

Server-generated unique identifier of the error.

requestId?: string

Client-generated identifier of the request that caused this error.

Generated using TypeDoc