You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

If a service specific error occurs the entity below will be returned. Any service specific errors will be documented with the actual service implementation.
ErrorResponse is typically used with HTTP Response Code: 400 Bad Request


namecomment
statusHTTP status code, like 400
errorHTTP status message, like "Bad request"
messageAdditional information about the error
  • No labels