GetCallbackErrorsResult
From
(Difference between revisions)
Latest revision as of 06:30, 10 June 2005
[edit] Description
Returns a plain text error message regarding the failure to comunicate with the callback interface instance on the last call, or a reason why the methods could not be completed.
[edit] Success Mode
The field errorDescription is populated with a string providing a text error message regarding a recent failure to comunicate with the callback interface instance, or a null if there were no errors on the last call.
[edit] Failure Modes
One or more failure fields will be populated with a failure object (will contain a non-null reference) indicating the nature of the failure, with relevant information.
Type | Description |
---|---|
AccessDeniedFailure | The username or password was incorrect, or lacked the right to complete this function. |
CallbackNotRegisteredFailure | There is no callback interface instance registered on EService for the specified user. |