ChatError interface
The Communication Services error.
Properties
code | The error code. |
details | 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. |
inner |
The inner error if any. NOTE: This property will not be serialized. It can only be populated by the server. |
message | The error message. |
target | The error target. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
code
The error code.
code: string
Property Value
string
details
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.
details?: ChatError[]
Property Value
innerError
The inner error if any. NOTE: This property will not be serialized. It can only be populated by the server.
innerError?: ChatError
Property Value
message
The error message.
message: string
Property Value
string
target
The error target. NOTE: This property will not be serialized. It can only be populated by the server.
target?: string
Property Value
string