2.1.1 Warnings object extends Error

A list of warnings to accompany an error response.

Example

{
  "id": "warnings",
  "description": "Removing the drillable failed with one or more warnings. You can remove the drillable by adding the parameter 'ignoreWarnings=true'.",
  "warnings": [
    "part_of_group",
    "test_defined",
    "test_completed"
  ]
}

Fields

Field Type Description
warnings
required
List of strings A list of symbolic warning codes.