... |
... |
@@ -101,6
+101,47 @@ |
101 |
101 |
|
102 |
102 |
Finally, you can also check the availability of the Postkorb service. This only checks the connection details as configured in the plugin settings, not whether the data configured for this Postkorb action is valid. Technically speaking, this sends a so-called //PING// service request to the Postkorb web service. |
103 |
103 |
|
|
104 |
+=== Return values === |
|
105 |
+ |
|
106 |
+After the plugin action was executed, the following additional [[action variables>>doc:Formcycle.UserInterface.Variables]] are available: |
|
107 |
+ |
|
108 |
+; success |
|
109 |
+: //true// if the message could be sent to the Postkorb, //false// otherwise. |
|
110 |
+; status |
|
111 |
+: The status code as returned by the Postkorb web service, either //SUCCESS// or //ERROR//. |
|
112 |
+; messageThreadId |
|
113 |
+: If the request was successful and a new message thread was created: The ID of the newly created message thread, as returned by the Postkorb web service. |
|
114 |
+; errorCode |
|
115 |
+: A numerical error code defined by this plugin. See the following list for the available codes. |
|
116 |
+; errorType |
|
117 |
+: Technical name of the error code, see below. |
|
118 |
+; errorDetails |
|
119 |
+: Localized name of the error code. |
|
120 |
+; exceptionMessage |
|
121 |
+: Message of the exception that was thrown by Java, if any. |
|
122 |
+ |
|
123 |
+=== Error codes === |
|
124 |
+ |
|
125 |
+The following error codes are currently defined by this plugin: |
|
126 |
+ |
|
127 |
+0 - SERVICE_COULD_NOT_BE_CREATED |
|
128 |
+The connection to the Postkorb web service could not be established. |
|
129 |
+10 - PING_REQUEST_FAILED |
|
130 |
+The PING request preceding the actual request failed (only if enabled in the configuration). |
|
131 |
+20 - INVALID_SERVICE_REQUEST |
|
132 |
+The request to the Postkorb web service contains invalid data and cannot be sent. Check the configuration of the plugin and the workflow action. |
|
133 |
+30 - POSTKORB_SERVICE_ERROR |
|
134 |
+The Postkorb web service did not return any response to the request. Check whether the web service is available and can be reached from your network. |
|
135 |
+40 - INVALID_SERVICE_RESPONSE |
|
136 |
+The response returned by the Postkorb web service is invalid and could not be parsed. Check the version of the web service and this plugin, you may have to update this plugin. |
|
137 |
+50 - SERVICE_REQUEST_FAILED |
|
138 |
+The Postkorb web service returned a response, but the status of that response was ERROR. |
|
139 |
+200 - INTERNAL_ERROR |
|
140 |
+A unexpected error occurred that cannot be specified further. |
|
141 |
+ |
|
142 |
+ |
|
143 |
+ |
|
144 |
+ |
104 |
104 |
== Plugin configuration == |
105 |
105 |
|
106 |
106 |
{{figure image="plugin_regioit_postkorb_settings_en.png" width="600"}} |