COBOL copy book contains 01<NameSpace>-DEFAULT-RESPONSE record. Default COBOL pay load response is returned for the following scenarios:
String truncation exception: When the string value is returned from an external service with a size more than the specified maxlength value.
Array size truncation exception: When the array items are returned from an external service that contains more items than the specified maxItems value.
The values include:
X-MESSAGE: Exceeding actual size resulted in an overflow exception.
X-Code: 502
X-SUBCODE: 100
X-RESPONSE: <Actual truncation message.>
ePortal proxy exception: When any exception occurs in the ePortal Outbound Proxy service.
The values include:
X-MESSAGE: Proxy Error.
X-Code: 502
X-SUBCODE: 101
X-RESPONSE: <Actual exception error message.>
External service response: When an external service returns the HTTP status code that is not defined in the OpenAPI Specification, the default response will not exist.
The values include:
X-MESSAGE: Response schema is not specificed in the openApi Specification.
X-Code: 502
X-SUBCODE: 102
X-RESPONSE: <Actual message from the external service.>