Errors

The Configuration API relies on standard HTTP status codes when returning errors. For example, if you try to connect to a non-existent flow, you'll get back a 404 Not found error and an error message similar to this:

{
  "errors": "Flow new_flow not found."
}

Errors and error messages you might encounter when using the Configuration API are described in subsequent sections of this document.