Skip to content

Introduce a new http-completion-state when the response is not able to be parsed #190

@davidradl

Description

@davidradl

At the moment with continue-on-error if the response is not able to be deserialised / parsed, then we get an http-completion-state = EXCEPTION with the error_string as the the Exception message.

We would like to improve this by having a new enum value to http-completion-state
UNABLE_TO_PARSE_RESPONSE in this case the error-string will be the response body that we could not parse.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions