CommunicationServicesError interface
Error that get's throw when API call fails.
Properties
code | Get the HTTP code. |
message | Get a human readable message about the error. |
name | Get the error name. |
result |
Whether this error is expected or unexpected. |
sub |
Get the subCode/reason code. |
Property Details
code
Get the HTTP code.
code: number
Property Value
number
message
Get a human readable message about the error.
message: string
Property Value
string
name
Get the error name.
name: string
Property Value
string
resultCategories
Note
This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Whether this error is expected or unexpected.
resultCategories: ResultCategories[]
Property Value
subCode
Get the subCode/reason code.
subCode: number
Property Value
number