All Classes Files Functions Variables Enumerations Enumerator Groups Pages
kerio::web::Error Struct Reference

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.

Detailed Description

Error details regarding a particular item, e.g. one of users that could not be updated or removed.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: