OpenVeo Core server

API Docs for: 7.0.0
Show:

HTTP_ERRORS

Module: core

static

Summary

The list of HTTP errors with, for each error, its associated hexadecimal code and HTTP return code. HTTP errors are sent by controllers.

Properties

AUTHENTICATE_EXTERNAL_WRONG_PARAMETERS

Syntax

AUTHENTICATE_EXTERNAL_WRONG_PARAMETERS

Object final

Summary

A server error occurring when authenticating to an external provider using wrong parameters.

Default: 777

AUTHENTICATE_INTERNAL_WRONG_PARAMETERS

Syntax

AUTHENTICATE_INTERNAL_WRONG_PARAMETERS

Object final

Summary

A server error occurring when authenticating to an internal provider using wrong parameters.

Default: 776

BACK_END_AUTHENTICATION_ERROR

Syntax

BACK_END_AUTHENTICATION_ERROR

Object final

Summary

A server error occurring when authenticating the user to the back end.

Default: 4

BACK_END_AUTHENTICATION_FAILED

Syntax

BACK_END_AUTHENTICATION_FAILED

Object final

Summary

A server error occurring when user authentication to the back end failed.

Default: 512

BACK_END_EXTERNAL_AUTHENTICATION_ERROR

Syntax

BACK_END_EXTERNAL_AUTHENTICATION_ERROR

Object final

Summary

A server error occurring when authenticating using an external provider (which require redirection).

Default: 10

BACK_END_EXTERNAL_AUTHENTICATION_FAILED

Syntax

BACK_END_EXTERNAL_AUTHENTICATION_FAILED

Object final

Summary

A server error occurring when user authentication to the back end failed using an external provider.

Default: 519

BACK_END_FORBIDDEN

Syntax

BACK_END_FORBIDDEN

Object final

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

BACK_END_UNAUTHORIZED

Object final

Summary

A server error occurring when a back end authentication is needed to perform the action.

Default: 513

GET_APPLICATIONS_ERROR

Syntax

GET_APPLICATIONS_ERROR

Object final

Summary

A server error occurring when getting the list of applications.

Default: 5

GET_APPLICATIONS_WRONG_PARAMETERS

Syntax

GET_APPLICATIONS_WRONG_PARAMETERS

Object final

Summary

A server error occurring when getting applications with wrong parameters.

Default: 772

GET_GROUPS_ERROR

Syntax

GET_GROUPS_ERROR

Object final

Summary

A server error occurring when getting the list of groups.

Default: 3

GET_GROUPS_WRONG_PARAMETERS

Syntax

GET_GROUPS_WRONG_PARAMETERS

Object final

Summary

A server error occurring when getting groups with wrong parameters.

Default: 773

GET_ROLES_ERROR

Syntax

GET_ROLES_ERROR

Object final

Summary

A server error occurring when getting the list of roles.

Default: 6

GET_ROLES_WRONG_PARAMETERS

Syntax

GET_ROLES_WRONG_PARAMETERS

Object final

Summary

A server error occurring when getting roles with wrong parameters.

Default: 774

GET_SETTING_ERROR

Syntax

GET_SETTING_ERROR

Object final

Summary

A server error occurring when getting a setting.

Default: 14

GET_SETTING_MISSING_PARAMETERS

Syntax

GET_SETTING_MISSING_PARAMETERS

Object final

Summary

A server error occurring when getting a setting with missing parameters.

Default: 782

GET_SETTINGS_ERROR

Syntax

GET_SETTINGS_ERROR

Object final

Summary

A server error occurring when getting the list of settings.

Default: 11

GET_SETTINGS_WRONG_PARAMETERS

Syntax

GET_SETTINGS_WRONG_PARAMETERS

Object final

Summary

A server error occurring when getting settings with wrong parameters.

Default: 778

GET_TAXONOMIES_ERROR

Syntax

GET_TAXONOMIES_ERROR

Object final

Summary

A server error occurring when getting the list of taxonomies.

Default: 2

GET_TAXONOMIES_WRONG_PARAMETERS

Syntax

GET_TAXONOMIES_WRONG_PARAMETERS

Object final

Summary

A server error occurring when getting taxonomies with wrong parameters.

Default: 771

GET_TAXONOMY_ERROR

Syntax

GET_TAXONOMY_ERROR

Object final

Summary

A server error occurring when getting the list of terms of a taxonomy.

Default: 9

GET_TAXONOMY_NOT_FOUND

Syntax

GET_TAXONOMY_NOT_FOUND

Object final

Summary

A server error occurring when requested taxonomy does not exist.

Default: 258

GET_TAXONOMY_TERMS_MISSING_PARAMETERS

Syntax

GET_TAXONOMY_TERMS_MISSING_PARAMETERS

Object final

Summary

A server error occurring when getting taxonomy terms with missing parameters.

Default: 775

GET_USERS_ERROR

Syntax

GET_USERS_ERROR

Object final

Summary

A server error occurring when getting the list of users.

Default: 7

GET_USERS_WRONG_PARAMETERS

Syntax

GET_USERS_WRONG_PARAMETERS

Object final

Summary

A server error occurring when getting users with wrong parameters.

Default: 768

I18N_DICTIONARY_ERROR

Syntax

I18N_DICTIONARY_ERROR

Object final

Summary

A server error occurring when getting a dictionary of translations.

Default: 1

I18N_DICTIONARY_NOT_FOUND

Syntax

I18N_DICTIONARY_NOT_FOUND

Object final

Summary

A server error occurring when requested dictionary does not exist.

Default: 257

PATH_NOT_FOUND

Syntax

PATH_NOT_FOUND

Object final

Summary

A server error occurring when requested path does not exist.

Default: 256

UNKNOWN_ERROR

Syntax

UNKNOWN_ERROR

Object final

Summary

A server error occurring when no error were specified.

Default: 0

UPDATE_USER_ERROR

Syntax

UPDATE_USER_ERROR

Object final

Summary

A server error occurring when updating information about a user.

Default: 8

UPDATE_USER_MISSING_PARAMETERS

Syntax

UPDATE_USER_MISSING_PARAMETERS

Object final

Summary

A server error occurring when updating a user with missing parameters.

Default: 769

UPDATE_USER_WRONG_PARAMETERS

Syntax

UPDATE_USER_WRONG_PARAMETERS

Object final

Summary

A server error occurring when updating a user with wrong parameters.

Default: 770

WS_FORBIDDEN

Syntax

WS_FORBIDDEN

Object final

Summary

A server error occurring when user connected to the Web Service is not authorized to perform an action.

Default: 515

WS_UNAUTHORIZED

Syntax

WS_UNAUTHORIZED

Object final

Summary

A server error occurring when a Web Service authentication is needed to perform an action.

Default: 516