Variable SIErrorCodesConst
SIErrorCodes: {
NOT_SUPPORTED: "si_not_supported";
SESSION_NOT_FOUND: "session_not_found";
SESSION_EXPIRED: "session_expired";
SESSION_TERMINATED: "session_already_terminated";
OFFERING_NOT_FOUND: "offering_not_found";
OFFERING_UNAVAILABLE: "offering_unavailable";
INVALID_MESSAGE: "invalid_message";
CAPABILITY_NOT_SUPPORTED: "capability_not_supported";
} = ...
Type Declaration
ReadonlyNOT_SUPPORTED: "si_not_supported"
ReadonlySESSION_NOT_FOUND: "session_not_found"
ReadonlySESSION_EXPIRED: "session_expired"
ReadonlySESSION_TERMINATED: "session_already_terminated"
ReadonlyOFFERING_NOT_FOUND: "offering_not_found"
ReadonlyOFFERING_UNAVAILABLE: "offering_unavailable"
ReadonlyINVALID_MESSAGE: "invalid_message"
ReadonlyCAPABILITY_NOT_SUPPORTED: "capability_not_supported"
Error codes for SI operations