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 |
---|---|---|---|
message | string | Human readable representation of the execution warning. | |
parameters? | (ObjRef | string)[] | (Optional) Execution warning parameters (e.g. when filter was not applied - its ObjRef) | |
warningCode | string | Unique identifier of the execution warning |