25 define(
'_ERR_INVALID_SERVER_URI__', 1);
26 define(
'_ERR_INVALID_LOGIN__', 2);
27 define(
'_ERR_INVALID_AUTHENTICATION__', 3);
28 define(
'_ERR_NOT_AUTHORIZED__', 4);
29 define(
'_ERR_NO_RESULTS__', 5);
30 define(
'_ERR_PREV_LOGIN__', 6);
31 define(
'_ERR_COMM_ERR__', 7);
32 define(
'_ERR_INTERNAL_ERR__', 8);
33 define(
'_ERR_NOT_LOGGED_IN__', 9);
34 define(
'_ERR_INVALID_PARAMETERS__', 10);
35 define(
'_ERR_LOGIN_HAS_USER__', 11);
36 define(
'_ERR_INVALID_LOGIN_ID__', 12);
63 $key =
"message_$in_code";
64 $ret = static::_get_default_error_message();
65 $table = static::_get_error_table();
67 if (isset($table[$key]) && $table[$key]) {
static _get_default_error_message()
static get_error_message( $in_code)
static _get_error_table()