DataTooLargeError
Home > @gooddata/sdk-backend-spi > DataTooLargeError
DataTooLargeError class
This exception MUST be thrown when backend execution identifies that there is too much data to process for the execution and refuses to proceed.
Signature:
export declare class DataTooLargeError extends AnalyticalBackendError
Extends: AnalyticalBackendError
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(message, cause) | Constructs a new instance of the DataTooLargeError class |