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 |
---|---|---|---|
actualValue | number | (ALPHA) The actual value that broke the limit. | |
limit | number | (ALPHA) The limit value. | |
limitType | TLimitBreakType | (ALPHA) Type of the limit broken. |