HTTP_ERRORS
Summary
The list of HTTP errors with, for each error, its associated hexadecimal code and HTTP return code. HTTP errors are sent by controllers.
Item Index
Properties
- AUTHENTICATE_EXTERNAL_WRONG_PARAMETERS
- AUTHENTICATE_INTERNAL_WRONG_PARAMETERS
- BACK_END_AUTHENTICATION_ERROR
- BACK_END_AUTHENTICATION_FAILED
- BACK_END_EXTERNAL_AUTHENTICATION_ERROR
- BACK_END_EXTERNAL_AUTHENTICATION_FAILED
- BACK_END_FORBIDDEN
- BACK_END_UNAUTHORIZED
- GET_APPLICATIONS_ERROR
- GET_APPLICATIONS_WRONG_PARAMETERS
- GET_GROUPS_ERROR
- GET_GROUPS_WRONG_PARAMETERS
- GET_ROLES_ERROR
- GET_ROLES_WRONG_PARAMETERS
- GET_SETTING_ERROR
- GET_SETTING_MISSING_PARAMETERS
- GET_SETTINGS_ERROR
- GET_SETTINGS_WRONG_PARAMETERS
- GET_TAXONOMIES_ERROR
- GET_TAXONOMIES_WRONG_PARAMETERS
- GET_TAXONOMY_ERROR
- GET_TAXONOMY_NOT_FOUND
- GET_TAXONOMY_TERMS_MISSING_PARAMETERS
- GET_USERS_ERROR
- GET_USERS_WRONG_PARAMETERS
- I18N_DICTIONARY_ERROR
- I18N_DICTIONARY_NOT_FOUND
- PATH_NOT_FOUND
- UNKNOWN_ERROR
- UPDATE_USER_ERROR
- UPDATE_USER_MISSING_PARAMETERS
- UPDATE_USER_WRONG_PARAMETERS
- WS_FORBIDDEN
- WS_UNAUTHORIZED
Properties
AUTHENTICATE_EXTERNAL_WRONG_PARAMETERS
Syntax
Summary
A server error occurring when authenticating to an external provider using wrong parameters.
Default: 777
AUTHENTICATE_INTERNAL_WRONG_PARAMETERS
Syntax
Summary
A server error occurring when authenticating to an internal provider using wrong parameters.
Default: 776
BACK_END_AUTHENTICATION_ERROR
Syntax
Summary
A server error occurring when authenticating the user to the back end.
Default: 4
BACK_END_AUTHENTICATION_FAILED
Syntax
Summary
A server error occurring when user authentication to the back end failed.
Default: 512
BACK_END_EXTERNAL_AUTHENTICATION_ERROR
Syntax
Summary
A server error occurring when authenticating using an external provider (which require redirection).
Default: 10
BACK_END_EXTERNAL_AUTHENTICATION_FAILED
Syntax
Summary
A server error occurring when user authentication to the back end failed using an external provider.
Default: 519
BACK_END_FORBIDDEN
Syntax
Summary
A server error occurring when user connected to the back end is not authorized to perform an action.
Default: 514
BACK_END_UNAUTHORIZED
Syntax
Summary
A server error occurring when a back end authentication is needed to perform the action.
Default: 513
GET_APPLICATIONS_ERROR
Syntax
Summary
A server error occurring when getting the list of applications.
Default: 5
GET_APPLICATIONS_WRONG_PARAMETERS
Syntax
Summary
A server error occurring when getting applications with wrong parameters.
Default: 772
GET_GROUPS_ERROR
Syntax
Summary
A server error occurring when getting the list of groups.
Default: 3
GET_GROUPS_WRONG_PARAMETERS
Syntax
Summary
A server error occurring when getting groups with wrong parameters.
Default: 773
GET_ROLES_ERROR
Syntax
Summary
A server error occurring when getting the list of roles.
Default: 6
GET_ROLES_WRONG_PARAMETERS
Syntax
Summary
A server error occurring when getting roles with wrong parameters.
Default: 774
GET_SETTING_ERROR
Syntax
Summary
A server error occurring when getting a setting.
Default: 14
GET_SETTING_MISSING_PARAMETERS
Syntax
Summary
A server error occurring when getting a setting with missing parameters.
Default: 782
GET_SETTINGS_ERROR
Syntax
Summary
A server error occurring when getting the list of settings.
Default: 11
GET_SETTINGS_WRONG_PARAMETERS
Syntax
Summary
A server error occurring when getting settings with wrong parameters.
Default: 778
GET_TAXONOMIES_ERROR
Syntax
Summary
A server error occurring when getting the list of taxonomies.
Default: 2
GET_TAXONOMIES_WRONG_PARAMETERS
Syntax
Summary
A server error occurring when getting taxonomies with wrong parameters.
Default: 771
GET_TAXONOMY_ERROR
Syntax
Summary
A server error occurring when getting the list of terms of a taxonomy.
Default: 9
GET_TAXONOMY_NOT_FOUND
Syntax
Summary
A server error occurring when requested taxonomy does not exist.
Default: 258
GET_TAXONOMY_TERMS_MISSING_PARAMETERS
Syntax
Summary
A server error occurring when getting taxonomy terms with missing parameters.
Default: 775
GET_USERS_ERROR
Syntax
Summary
A server error occurring when getting the list of users.
Default: 7
GET_USERS_WRONG_PARAMETERS
Syntax
Summary
A server error occurring when getting users with wrong parameters.
Default: 768
I18N_DICTIONARY_ERROR
Syntax
Summary
A server error occurring when getting a dictionary of translations.
Default: 1
I18N_DICTIONARY_NOT_FOUND
Syntax
Summary
A server error occurring when requested dictionary does not exist.
Default: 257
PATH_NOT_FOUND
Syntax
Summary
A server error occurring when requested path does not exist.
Default: 256
UNKNOWN_ERROR
Syntax
Summary
A server error occurring when no error were specified.
Default: 0
UPDATE_USER_ERROR
Syntax
Summary
A server error occurring when updating information about a user.
Default: 8
UPDATE_USER_MISSING_PARAMETERS
Syntax
Summary
A server error occurring when updating a user with missing parameters.
Default: 769
UPDATE_USER_WRONG_PARAMETERS
Syntax
Summary
A server error occurring when updating a user with wrong parameters.
Default: 770
WS_FORBIDDEN
Syntax
Summary
A server error occurring when user connected to the Web Service is not authorized to perform an action.
Default: 515
WS_UNAUTHORIZED
Syntax
Summary
A server error occurring when a Web Service authentication is needed to perform an action.
Default: 516