Von Version < 18.31 >
bearbeitet von awa
am 18.03.2020, 12:51
Auf Version < 18.32 >
bearbeitet von awa
am 18.03.2020, 12:53
< >
Änderungskommentar: (Autosaved)

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -103,20 +103,45 @@
103 103  
104 104  === Return values ===
105 105  
106 -After the plugin action was executed, the following additional action placeholders are available:
106 +After the plugin action was executed, the following additional [[action variables>>doc:Formcycle.UserInterface.Variables]] are available:
107 107  
108 -success: true, if the message could be sent to the Postkorb, false otherwise.
109 -status: The status code as returned by the Postkorb web service, either SUCCESS or ERROR.
110 -messageThreadId: 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.
111 -errorCode: A numerical error code defined by this plugin. See the following list for the available codes.
112 -errorType: Technical name of the error code, see below.
113 -errorDetails: Localized name of the error code.
114 -exceptionMessage: Message of the exception that was thrown by Java, if any.
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.
115 115  
116 -=== Error codes
123 +=== Error codes ===
117 117  
125 +The following error codes are currently defined by this plugin:
118 118  
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.
119 119  
142 +
143 +
144 +
120 120  == Plugin configuration ==
121 121  
122 122  {{figure image="plugin_regioit_postkorb_settings_en.png" width="600"}}
Copyright 2000-2025