import "SharedStructures.idl";
Public Attributes | |
long | inputIndex |
0-based index to input array, e.g. 3 means that the relates to the 4th element of the input parameter array | |
long | code |
-32767..-1 (JSON-RPC) or 1..32767 (application) | |
string | message |
text with placeholders %1, %2, etc., e.g. "User %1 cannot be deleted." | |
LocalizableMessageParameters | messageParameters |
strings to replace placeholders in message, and message plurality. |
Error details regarding a particular item, e.g. one of users that could not be updated or removed.
long kerio::web::Error::code |
-32767..-1 (JSON-RPC) or 1..32767 (application)
long kerio::web::Error::inputIndex |
0-based index to input array, e.g. 3 means that the relates to the 4th element of the input parameter array
string kerio::web::Error::message |
text with placeholders %1, %2, etc., e.g. "User %1 cannot be deleted."
LocalizableMessageParameters kerio::web::Error::messageParameters |
strings to replace placeholders in message, and message plurality.