|
| 1 | +**[js-miniapp-sdk](../README.md)** |
| 2 | + |
| 3 | +> [Globals](../README.md) / AuthorizationFailureError |
| 4 | +
|
| 5 | +# Class: AuthorizationFailureError |
| 6 | + |
| 7 | +## Hierarchy |
| 8 | + |
| 9 | +* [MiniAppError](miniapperror.md) |
| 10 | + |
| 11 | + ↳ **AuthorizationFailureError** |
| 12 | + |
| 13 | +## Index |
| 14 | + |
| 15 | +### Constructors |
| 16 | + |
| 17 | +* [constructor](authorizationfailureerror.md#constructor) |
| 18 | + |
| 19 | +### Properties |
| 20 | + |
| 21 | +* [errorInput](authorizationfailureerror.md#errorinput) |
| 22 | +* [message](authorizationfailureerror.md#message) |
| 23 | +* [name](authorizationfailureerror.md#name) |
| 24 | +* [stack](authorizationfailureerror.md#stack) |
| 25 | + |
| 26 | +## Constructors |
| 27 | + |
| 28 | +### constructor |
| 29 | + |
| 30 | +\+ **new AuthorizationFailureError**(`errorInput`: [MiniAppJson](../interfaces/miniappjson.md)): [AuthorizationFailureError](authorizationfailureerror.md) |
| 31 | + |
| 32 | +*Overrides [MiniAppError](miniapperror.md).[constructor](miniapperror.md#constructor)* |
| 33 | + |
| 34 | +*Defined in [js-miniapp-bridge/src/types/error-types/auth-errors.ts:25](https://github.com/rakutentech/js-miniapp/blob/759cace/js-miniapp-bridge/src/types/error-types/auth-errors.ts#L25)* |
| 35 | + |
| 36 | +#### Parameters: |
| 37 | + |
| 38 | +Name | Type | |
| 39 | +------ | ------ | |
| 40 | +`errorInput` | [MiniAppJson](../interfaces/miniappjson.md) | |
| 41 | + |
| 42 | +**Returns:** [AuthorizationFailureError](authorizationfailureerror.md) |
| 43 | + |
| 44 | +## Properties |
| 45 | + |
| 46 | +### errorInput |
| 47 | + |
| 48 | +• **errorInput**: [MiniAppJson](../interfaces/miniappjson.md) |
| 49 | + |
| 50 | +*Overrides [MiniAppError](miniapperror.md).[errorInput](miniapperror.md#errorinput)* |
| 51 | + |
| 52 | +*Defined in [js-miniapp-bridge/src/types/error-types/auth-errors.ts:26](https://github.com/rakutentech/js-miniapp/blob/759cace/js-miniapp-bridge/src/types/error-types/auth-errors.ts#L26)* |
| 53 | + |
| 54 | +___ |
| 55 | + |
| 56 | +### message |
| 57 | + |
| 58 | +• **message**: string |
| 59 | + |
| 60 | +*Inherited from [MiniAppError](miniapperror.md).[message](miniapperror.md#message)* |
| 61 | + |
| 62 | +*Defined in node_modules/typescript/lib/lib.es5.d.ts:1054* |
| 63 | + |
| 64 | +___ |
| 65 | + |
| 66 | +### name |
| 67 | + |
| 68 | +• **name**: string |
| 69 | + |
| 70 | +*Inherited from [MiniAppError](miniapperror.md).[name](miniapperror.md#name)* |
| 71 | + |
| 72 | +*Defined in node_modules/typescript/lib/lib.es5.d.ts:1053* |
| 73 | + |
| 74 | +___ |
| 75 | + |
| 76 | +### stack |
| 77 | + |
| 78 | +• `Optional` **stack**: string |
| 79 | + |
| 80 | +*Inherited from [MiniAppError](miniapperror.md).[stack](miniapperror.md#stack)* |
| 81 | + |
| 82 | +*Defined in node_modules/typescript/lib/lib.es5.d.ts:1055* |
0 commit comments