Versions Compared

Key

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

...

From Blueriq 11.10 and onward, any status code will be mapped to the profile. However, if the response body doesn't match the domain schema, the exception exit is taken. For empty response bodies, the status code is mapped to the profile as well.

Exit events

(since 13.11.1)  timeout
NameDescriptionType
TimeoutWhen the REST request returns a timeout exception.

Continue

Client error (since 16.7)When the REST request returns a 4xx exception.

Continue

Server error (since 16.7)When the REST request returns a 5xx exception.

Continue

If no timeout occurs, the AQ_RestServiceClient throws the default event.

...