AxpCallException interface

interface AxpCallException {
    getError(): AxpCallError;
    getProtocolErrorCode(): number;
    getProtocolErrorReason(): string;
    getProtocolType(): string;
}

Methods

  • Returns number

  • Returns string

  • Returns string