RestResultInformation interface
Properties
| code | Code of the current result. This can be helpful to Call Automation team to troubleshoot the issue if this result was unexpected. |
| message | Detail message that describes the current result. |
| sub |
Subcode of the current result. This can be helpful to Call Automation team to troubleshoot the issue if this result was unexpected. |
Property Details
code
Code of the current result. This can be helpful to Call Automation team to troubleshoot the issue if this result was unexpected.
code?: number
Property Value
number
message
Detail message that describes the current result.
message?: string
Property Value
string
subCode
Subcode of the current result. This can be helpful to Call Automation team to troubleshoot the issue if this result was unexpected.
subCode?: number
Property Value
number