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