This error code would be returned, for example, when an attempt is made to create a shipment containing details of dangerous_goods but the accessibility property has a value other than accessible or inaccessible:

  {
  "dangerous_goods": {
    "accessibility": "invalid",
    //other properties...
  }
}