enum ErrorCode;
Value | Description |
---|---|
NotInitialized |
Not initialized. |
InvalidArgument |
The argument is invalid. |
RegistrationError |
Registration process failed. |
NotFound |
There is no data. |
InvalidScore |
Score is invalid. |
InvalidDataSize |
Data size is invalid. |
PermissionDenied |
No access rights. |
Unknown |
Unknown error. |
NotImplemented |
An attempt to call a feature that is not implemented was made. |
Ranking error codes.
The following errors represent server problems. Be sure to display them.
* QERROR(Ranking, RegistrationError)
* QERROR(Ranking, Unknown)
The following errors are used for library development, so they never actually occur.
* QERROR(Ranking, NotImplemented)
The remainder of the errors should be appropriately handled by the application, so do not display their error codes or their corresponding messages.
CONFIDENTIAL