Error Code

Error.Code

Error CodeDescription
Success(0)Operation succeeded
ClientExceptions(1000)Invalid version
Uninitialized(1001)Not initialized
InvalidParameters(1002)Invalidly called parameters
IOError(1003)IO error
NetworkNotFound(1004)Network not found
OperationTimeout(1005)Operation timed out
ConnectionTimeout(1006)Connection timed out
ConnectionFailed(1007)Connection failed
Throttling(1008)Calling too frequent
Unauthorized(1009)Not logged in
ThirdPartyServiceError(1010)Error parsing server data
BadUser(1011)This error is generated when the service does not process context switching correctly—for example, the service has logged off the user, but does not call Hummer.close.
ProtocolExceptions(2000)Encoding/decoding network protocols error
InvalidContent(2001)Parameter verification error
TokenInvalid(2002)Token verification error
TokenExpired(2003)Token expired
ResourceNotFound(2004)No resources/relationships
ResourceAlreadyExist(2005)Resources/relationships existed
LimitExceeded(2006)No more resources/relationships
MessageSizeLimitExceeded(2007)No more message size
AccessDenied(3000)Permission denied
Blacklisted(3001)Blacklisted
kTemporarilyDeniedException(3002)Permission currently denied
kForbiddenException(3003)Operation forbidden
kUserForbiddenException(3004)User operation forbidden
kBannedException(3005)Operation banned
kChallengeException(3006)Parameters input needed for validation
kInspectionFailedException(3007)Moderation failed
InternalServerExceptions(4000)Internal error in the server
ServiceUnavailable(4001)Service unavailable
kBusinessServerError(4002)Business server
kServiceThrottling(4003)Service blocked
UndefinedExceptions(-1)Other undefined exception types

Was this page helpful?

Helpful Not helpful
Submitted! Your feedback would help us improve the website.
Feedback
Top