PermissionEscalationRefused
Home > @gooddata/sdk-backend-spi > PermissionEscalationRefused
PermissionEscalationRefused class
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.
This exception is thrown when a permission change is refused because it would grant a level the caller does not hold themselves. The backend is the authority on what may be granted, so a client can offer the change and report this refusal instead of predicting it.
Signature:
export declare class PermissionEscalationRefused extends AnalyticalBackendError
Extends: AnalyticalBackendError
Constructors
|
Constructor |
Modifiers |
Description |
|---|---|---|
|
(ALPHA) Constructs a new instance of the |