(constructor)
Home > @gooddata/sdk-ui > GoodDataSdkError > (constructor)
GoodDataSdkError.(constructor)
Constructs a new instance of the GoodDataSdkError class
Signature:
protected constructor(seType: SdkErrorType, message?: string, cause?: any);
Parameters
| Parameter | Type | Description |
|---|---|---|
| seType | SdkErrorType | |
| message | string | (Optional) |
| cause | any | (Optional) |