1234567891011121314
  1. {
  2. "error": {
  3. "title": "Error page!",
  4. "http": {
  5. "400": "Bad request.",
  6. "403": "You are not authorized to access this page.",
  7. "405": "The HTTP verb you used is not supported for this URL.",
  8. "500": "Internal server error."
  9. },
  10. "concurrencyFailure": "Another user modified this data at the same time as you. Your changes were rejected.",
  11. "validation": "Validation error on the server."
  12. }
  13. }