Type alias CommonAuthenticatedErrorHandler

CommonAuthenticatedErrorHandler: CommonErrorHandler & {
    unauthorized: (() => void);
}

Error handler for common errors on authenticated requests

Type declaration

  • unauthorized: (() => void)
      • (): void
      • Handler for unauthorized errors

        Returns void

Generated using TypeDoc