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