isDataTooLargeToCompute()
Home > @gooddata/sdk-ui > isDataTooLargeToCompute
isDataTooLargeToCompute() function
Typeguard checking whether input is an instance of DataTooLargeToComputeSdkError;
Signature:
export declare function isDataTooLargeToCompute(obj: unknown): obj is DataTooLargeToComputeSdkError;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| obj | unknown | 
Returns: