DataTooLargeResponseBodyLimitBreak
Home > @gooddata/sdk-backend-spi > DataTooLargeResponseBodyLimitBreak
DataTooLargeResponseBodyLimitBreak interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Information about a particular limit that was broken.
Signature:
export interface DataTooLargeResponseBodyLimitBreak<TLimitBreakType extends string = string> 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| number | (ALPHA) The actual value that broke the limit. | ||
| number | (ALPHA) The limit value. | ||
| TLimitBreakType | (ALPHA) Type of the limit broken. |