Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

...

Table of contents 

Table of Contents

 

HTTP status codes

When working with Blueriq as a Service (BaaS) there are several HTTP status codes that can be expected in the response.

Response codeDescription
200OK
400The request could not be deserialized.
401A non-accessible flow is requested.
404An unknown web service is requested.
406The request contains an Accept accept header for an unsupported MIME type.
500An unexpected exception occurred while handling the request.

...