Skip to content

Validation errors

JeffMedeiros edited this page Nov 28, 2019 · 1 revision

Invalid ID

Pattern Error

{
  "code": 400,
  "message": "Some ID provided does not have a valid format!",
  "description": "A 24-byte hex ID similar to this: 507f191e810c19729de860ea is expected."
}

Invalid JSON format

Pattern error

{
  "code": 400,
  "message": "Unable to process request body.",
  "description": "Please verify that the JSON provided in the request body has a valid format and try again."
}
Clone this wiki locally