NotAuthenticated
Home > @gooddata/sdk-backend-spi > NotAuthenticated
NotAuthenticated class
This exception is thrown when client code triggers an operation which requires authentication but the client code did not provide credentials or the credentials are invalid.
Signature:
export declare class NotAuthenticated extends AnalyticalBackendError
Extends: AnalyticalBackendError
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(message, cause, reason) | Constructs a new instance of the NotAuthenticated class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| authenticationFlow? | AuthenticationFlow | (Optional) | |
| reason? | NotAuthenticatedReason | (Optional) More detailed reason of the NotAuthenticated error. See NotAuthenticatedReason for more information. |