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