ProtectedDataError
Home > @gooddata/sdk-backend-spi > ProtectedDataError
ProtectedDataError class
This exception MUST be thrown when backend execution identifies that the data to calculate results for is protected and the caller lacks the sufficient authorization.
Signature:
export declare class ProtectedDataError extends AnalyticalBackendError
Extends: AnalyticalBackendError
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(message, cause) | Constructs a new instance of the ProtectedDataError class |