UNPKG

@loopback/docs

Version:

Documentation files rendered at [https://loopback.io](https://loopback.io)

33 lines (22 loc) 1.24 kB
--- lang: en title: 'API docs: authorization.authorizationerror' keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI sidebar: lb4_sidebar editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/authorization permalink: /doc/en/lb4/apidocs.authorization.authorizationerror.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/authorization](./authorization.md) &gt; [AuthorizationError](./authorization.authorizationerror.md) ## AuthorizationError class The custom error class that describes the error thrown by the authorization module. Should be extracted to the common layer shared by authentication and authorization. <b>Signature:</b> ```typescript export declare class AuthorizationError extends Error ``` <b>Extends:</b> Error ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [code?](./authorization.authorizationerror.code.md) | | string | <i>(Optional)</i> Machine readable code, can be understood by any clients | | [statusCode?](./authorization.authorizationerror.statuscode.md) | | number | <i>(Optional)</i> The status code for HTTP requests |