Package version:

interface RestResultInformation {
    code?: number;
    message?: string;
    subCode?: number;
}

Properties

code?: number

Code of the current result. This can be helpful to Call Automation team to troubleshoot the issue if this result was unexpected.

message?: string

Detail message that describes the current result.

subCode?: number

Subcode of the current result. This can be helpful to Call Automation team to troubleshoot the issue if this result was unexpected.