IResultWarning
Home > @gooddata/sdk-model > IResultWarning
IResultWarning interface
Represents an execution result warning. (e.g. when execution was executed successfully, but backend didn't take something into the account)
Signature:
export interface IResultWarning 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| string | Human readable representation of the execution warning. | ||
| (ObjRef | string)[] | (Optional) Execution warning parameters (e.g. when filter was not applied - its ObjRef) | ||
| string | Unique identifier of the execution warning |