ClusterPlanWarningedit

Information about a warning from a plan.

Propertiesedit

code (string, required)
A unique warning code
message (string, required)
A description of the warning
step_id (string)
The ID of the step which produced a warning, if any

Exampleedit

{
   "code" : "string",
   "message" : "string",
   "step_id" : "string"
}