Type alias UnauthorizedError

UnauthorizedError: {
    tag: -42000003;
    type: Unauthorized;
}

An unauthorized CIS-2 rejection error.

Type declaration

  • tag: -42000003

    The error tag specified in the CIS-2 standard

  • type: Unauthorized

    The type of the error

Generated using TypeDoc