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