(constructor)
Home > @gooddata/sdk-backend-spi > PermissionEscalationRefused > (constructor)
PermissionEscalationRefused.(constructor)
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Constructs a new instance of the PermissionEscalationRefused class
Signature:
constructor(message: string, cause?: Error);
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
message |
string | |
|
cause |
Error |
(Optional) |