Table of Contents

OnBeforeHandleHttpErrorResponse Event

Codeunit IQ Http Mgt.

Integration event raised before the default HTTP error response handling. Subscribers can set IsHandled to true to fully bypass default error parsing and reporting.

Signature

[IntegrationEvent(false, false)]
OnBeforeHandleHttpErrorResponse(IQCMHttp: Record "QWESR IQCM Http"; var Response: Codeunit "QWETB Temp Blob"; HttpStatusCode: Integer; ReasonPhrase: Text; var IsHandled: Boolean)

Parameters

IQCMHttp Record "QWESR IQCM Http"

The HTTP communication method record providing request context.

var Response Codeunit "QWETB Temp Blob"

The response body from the failed HTTP call.

HttpStatusCode Integer

The HTTP status code of the failed response.

ReasonPhrase Text

The reason phrase from the failed HTTP response.

var IsHandled Boolean

Set to true to bypass all default error parsing and reporting. Should be honored if already set. (Handled Pattern)

This documentation is generated from Spider v27.6