Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChatError

Package version

The Communication Services error.

Hierarchy

  • ChatError

Index

Properties

code

code: string

The error code.

Optional details

details: ChatError[]

Further details about specific errors that led to this error. NOTE: This property will not be serialized. It can only be populated by the server.

Optional innerError

innerError: ChatError

The inner error if any. NOTE: This property will not be serialized. It can only be populated by the server.

message

message: string

The error message.

Optional target

target: undefined | string

The error target. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc