24 require_once(dirname(__FILE__).
'/common.php');
36 return 'Unknown Error';
45 'message_'._ERR_INVALID_SERVER_URI__ =>
'Invalid Server URL',
46 'message_'._ERR_INVALID_LOGIN__ =>
'Invalid Login Credentials',
47 'message_'._ERR_INVALID_AUTHENTICATION__ =>
'Invalid Authentication',
48 'message_'._ERR_NOT_AUTHORIZED__ =>
'Not Authorized to Perform This Operation',
49 'message_'._ERR_NO_RESULTS__ =>
'No Results',
50 'message_'._ERR_PREV_LOGIN__ =>
'There Is Already A Login',
51 'message_'._ERR_COMM_ERR__ =>
'There Was A Communication Error With the Server',
52 'message_'._ERR_INTERNAL_ERR__ =>
'There Was An Internal Program Error',
53 'message_'._ERR_NOT_LOGGED_IN__ =>
'Attempted to Log Out When No Login present',
54 'message_'._ERR_INVALID_PARAMETERS__ =>
'The parameters provided were incorrect or out of bounds',
55 'message_'._ERR_LOGIN_HAS_USER__ =>
'The login association failed, because the login is already associated with a different user',
56 'message_'._ERR_INVALID_LOGIN_ID__ =>
'The login ID provided was invalid.',
static _get_error_table()
static _get_default_error_message()