GetCallbackErrors
From
(Difference between revisions)
Line 1: | Line 1: | ||
− | |||
== Method == | == Method == | ||
− | + | [[GetCallbackErrorsResult]] getCallbackErrors([[UserIDBean]] userID) | |
== Description == | == Description == | ||
− | + | Returns a text description of the errors encountered while talking to the callback registered by the passed user. This is not intended to be parsed programmatically and it's format is subject to change. If the last call to the callback interface was successful, this method will return null. | |
== Parameters == | == Parameters == | ||
Line 15: | Line 14: | ||
|userID | |userID | ||
|The admin username and password. | |The admin username and password. | ||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
== Return Value == | == Return Value == | ||
− | [[ | + | [[GetCallbackErrorsResult]] |
Latest revision as of 06:26, 10 June 2005
Contents |
[edit] Method
GetCallbackErrorsResult getCallbackErrors(UserIDBean userID)
[edit] Description
Returns a text description of the errors encountered while talking to the callback registered by the passed user. This is not intended to be parsed programmatically and it's format is subject to change. If the last call to the callback interface was successful, this method will return null.
[edit] Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |