ResponseFailed property: ServiceAPI class

Description

The ResponseFailed property specifies whether the response failed from the third party. This property takes a Boolean value: true, if the response failed; false otherwise.

This property is read-only.

Example

If &ServiceAPI.ResponseFailed Then
   /* throw error */
Else
   /* process response */
End-If;