REST Client - Error Handling (Magic xpi 4.9)
The Magic xpi Server Flow Manager checks for errors during the execution of a step. If there is an error in a REST Client component step, the Error Handler is invoked and it handles the error.
The first error in the step causes the termination of the step execution. If the step has multiple methods, and an error occurs in one of these methods, all subsequent methods are not executed.
The error codes for the REST Client component are listed below. You can also use Magic xpi's General Component Errors with the REST Client component. The codes are returned to the Magic xpi Server in the Invocation program’s Error Code parameter.
|
|
751
|
Data BLOB should not be null for Post, Put and Patch operations
|
752
|
HTTP Connection timeout or Connection timeout occurred
|
9999
|
General errors
|
Error Handling in Magic xpi