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 |
---|---|---|
Constructs a new instance of the |
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
(Optional) | |||
(Optional) More detailed reason of the NotAuthenticated error. See NotAuthenticatedReason for more information. |