message
Home > @gooddata/sdk-model > IResultWarning > message
IResultWarning.message property
Human readable representation of the execution warning.
Signature:
message: string;
Remarks
With C-like printf parameter placeholders. The values for the placeholders are in the parameters array in the order in which they should replace the placeholders.
Example: "metric filter on dimension [%s] not applied"