(constructor)
Home > @gooddata/sdk-backend-spi > NotAuthenticated > (constructor)
NotAuthenticated.(constructor)
Constructs a new instance of the NotAuthenticated
class
Signature:
constructor(message: string, cause?: Error, reason?: NotAuthenticatedReason);
Parameters
Parameter | Type | Description |
---|---|---|
message | string | |
cause | Error | (Optional) |
reason | NotAuthenticatedReason | (Optional) |