REST Category Message Code List

These are message codes that corresponds to errors that occurs in the REST adapter.


REST0000E

This is the message code that appears when an undefined error occurs.

Cause Resolution
Undefined error has occurred Confirm Help of the error message or the process in which the error occurred.

Corresponding error


REST0001E

This is the message code output when the response of status code with "5xx" is returned from the connecting destination of HTTP server.

Cause Resolution
The response of status code with "5xx" is returned from the connecting destination of HTTP server Confirm the HTTP server conditions and the request contents specified in [Destination] by referring to the error message contents.

Corresponding error


REST0002E

This is the message code output when the response of status code with "4xx" is returned from the connecting destination of HTTP server.

Cause Resolution
The response of status code with "4xx" is returned from the connecting destination of HTTP server Confirm [Path] or the request contents by referring to the error message contents.

Corresponding error


REST0003E

This is the message code output when the path describing the data file storing the part body is not set to the input data upon sending the multi-part-form data.

Cause Resolution
The path describing the data file storing the part body is not set to the input data upon sending the multi-part-form data. Confirm whether path is set in path element of input data.

Corresponding error


REST0004E

This is the message code output when an error occurred upon sending the request.

Cause Resolution
An error occurred upon sending the request. Confirm the error message contents.

Corresponding error


REST0005E

This is the message code output when connection timeout occurred upon connecting with HTTP server or PROXY server.

Cause Resolution
Connection timeout occurred upon connecting with HTTP server or PROXY server. Confirm the setting of [Connection timeout] in [Destination].

Corresponding error


REST0006E

This is the message code output when you cannot connect to the HTTP server or the PROXY server.

Cause Resolution
you could not connect to the HTTP server or the PROXY server. Confirm whether connection is available to the destination of HTTP sever or PROXY server.

Corresponding error


REST0007E

This is the message code output when an error occurred during the JSON conversion process of input data.

Cause Resolution
An error occurred during the JSON conversion process of input data. Confirm the input data contents.

Corresponding error


REST0008E

This is the message code output when an error occurred during the process of response body as JSON format.

Cause Resolution
An error occurred during the process of response body as JSON format. Confirm [Receive setting] setting and the response contents by referring to the error message contents.

Corresponding error