GetCallbackErrors

From
(Difference between revisions)
Jump to: navigation, search
 
 
Line 1: Line 1:
******************Basic template for method description********************
 
 
== Method ==
 
== Method ==
Method
+
[[GetCallbackErrorsResult]] getCallbackErrors([[UserIDBean]] userID)
  
 
== Description ==
 
== 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.
|---- bgcolor=#EDEDFF
 
|[[Type]]
 
|Name
 
|Description.
 
 
|}
 
|}
  
 
== Return Value ==
 
== Return Value ==
[[ReturnValue]]
+
[[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.

[edit] Return Value

GetCallbackErrorsResult

Personal tools
MediaWiki Appliance - Powered by TurnKey Linux