Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

If an error occurs during processing of a method, an error message containing a description of the error together with an error code is returned.

 

 

 

Example
Failed to invoke method getAll in class org.termweb.api.internal.XmlRpcReceiver: The session has expired. (Code:1300)

Authentication errors

1000

The max number of concurrent users is reached

1001

The user account is disabled

1002

The client account is disabled

1003

User is logged in from another IP address

1005

No auto-login guest account exists

1006

Unknown client account

1007

Wrong login or password

1008

API is disabled


CodeTypeError
1000Authentication




The max number of concurrent users is reached
1001The user account is disabled
1002

The client account is disabled

1003User is logged in from another IP address
1005No auto-login guest account exists
1006Unknown client account
1007Wrong login or password
1008API is disabled
1100AuthorizationUser is not authorized to perform this operation
1200Unknown objectNo such object (for specified ID or name)
1300Session expiredThe user's session has expired
1400Unsupported objectWrong object type for an argument in this method call
1500Not validatingObject is not complete or contains illegal values
  • No labels