This error code will be returned, for example, if you provide an unrecognised or invalid value when creating a shipment:

  {
  "dangerous_goods": {
    "hazard_class": [
      {
        "code": "invalid"
      }
    ]
  }
}