Class ProjectErrorCodes
- java.lang.Object
-
- com.aquima.interactions.project.ds.ProjectErrorCodes
-
public final class ProjectErrorCodes extends Object
This class contains the project related error codes.- Since:
- 7.1
- Author:
- O. Kerpershoek
-
-
Field Summary
Fields Modifier and Type Field Description static ErrorCode
DUPLICATE_EXPANDER_NAME
This error code is used to indicate multiple expanders are defined with the same name.static ErrorCode
DUPLICATE_FIELD_TYPE
static ErrorCode
DUPLICATE_GLOBAL_PARAMETER
static ErrorCode
DUPLICATE_LANGUAGE
This error code is used to indicate a duplicate language was detected.static ErrorCode
DUPLICATE_PARAMETER
This error code is used to indicate multiple parameters are defined with the same name.static ErrorCode
DUPLICATE_PORTALMESSAGE_FIELD
static ErrorCode
DUPLICATE_PORTALMESSAGE_NAME
static ErrorCode
DUPLICATE_RESOURCE_NAME
This error code is used to indicate multiple connections are defined with the same name.static ErrorCode
DUPLICATE_ROLE
static ErrorCode
DUPLICATE_ROLE_GROUP
This error code is used to indicate a duplicate role was detected.static ErrorCode
DUPLICATE_SERVICE_NAME
This error code is used to indicate multiple services are defined with the same name.static ErrorCode
DUPLICATE_VALIDATOR_NAME
This error code is used to indicate multiple validators are defined with the same name.static ErrorCode
DUPLICATE_VALUE_FORMAT
This error code is used to indicate two value formats are defined with the same name.static ErrorCode
DUPLICATECHANNEL
This error code is used to indicate a duplicate channel was detected.static ErrorCode
DUPLICATEMESSAGE
This error code is used to indicate a duplicate message was detected.static ErrorCode
DUPLICATETEAM
This error code is used to indicate a duplicate team was detected.static ErrorCode
DUPLICATETHEME
This error code is used to indicate a duplicate theme was detected.static ErrorCode
EXPANDER_PROBLEM
static ErrorCode
FORMAT_PROBLEM
static ErrorCode
INVALID_EXPANDER_NAME
This error code is used to indicate the name contains invalid characters.static ErrorCode
INVALID_LANGUAGE_CODE
This error is used to indicate a language code is not supported.static ErrorCode
INVALID_LANGUAGE_CODE_FALLBACK
This error is used to indicate a language code is not supported.static ErrorCode
INVALID_PARAMETER
This error code is used to indicate the parameter data is incomplete or invalid.static ErrorCode
INVALID_SERVICE_NAME
This error code is used to indicate the name contains invalid characters.static ErrorCode
INVALID_VALIDATOR_NAME
This error code is used to indicate the name contains invalid characters.static ErrorCode
INVALID_VALIDATOR_PARAMETER_MV
static ErrorCode
INVALID_VALIDATOR_PARAMETER_TYPE
static ErrorCode
INVALID_VALUE_FORMAT
This error code is used to indicate the format pattern was invalid.static ErrorCode
LANGUAGE_PROBLEM
static ErrorCode
MISSING_ROLES_FOR_ROLE_GROUP
static ErrorCode
MISSING_VALUE_FORMAT
This error code is used to indicate a format pattern of a value format is invalid.static ErrorCode
NO_DEFAULT_LANGUAGE
This error code is used to indicate that no default language was specified.static ErrorCode
NO_LANGUAGES
This error code is used to indicate that no languages were provided by the data source.static ErrorCode
RESOURCE_PROBLEM
static ErrorCode
ROLE_GROUP_PROBLEM
static ErrorCode
ROLE_PROBLEM
static ErrorCode
SERVICE_PROBLEM
static ErrorCode
UNKNOWN_CONNECTION
static ErrorCode
UNKNOWN_GROUP
static ErrorCode
UNKNOWN_VALUE_FORMAT
This error code is used to indicate a format pattern of a value format is invalid.static ErrorCode
VALIDATOR_PROBLEM
-
-
-
Field Detail
-
DUPLICATE_ROLE_GROUP
public static final ErrorCode DUPLICATE_ROLE_GROUP
This error code is used to indicate a duplicate role was detected. The role must be unique by name.
-
NO_LANGUAGES
public static final ErrorCode NO_LANGUAGES
This error code is used to indicate that no languages were provided by the data source.
-
NO_DEFAULT_LANGUAGE
public static final ErrorCode NO_DEFAULT_LANGUAGE
This error code is used to indicate that no default language was specified.
-
INVALID_LANGUAGE_CODE
public static final ErrorCode INVALID_LANGUAGE_CODE
This error is used to indicate a language code is not supported.
-
INVALID_LANGUAGE_CODE_FALLBACK
public static final ErrorCode INVALID_LANGUAGE_CODE_FALLBACK
This error is used to indicate a language code is not supported. With a fallback
-
DUPLICATE_LANGUAGE
public static final ErrorCode DUPLICATE_LANGUAGE
This error code is used to indicate a duplicate language was detected. The language must be unique on both name and code.
-
DUPLICATE_VALUE_FORMAT
public static final ErrorCode DUPLICATE_VALUE_FORMAT
This error code is used to indicate two value formats are defined with the same name.
-
UNKNOWN_VALUE_FORMAT
public static final ErrorCode UNKNOWN_VALUE_FORMAT
This error code is used to indicate a format pattern of a value format is invalid.
-
MISSING_VALUE_FORMAT
public static final ErrorCode MISSING_VALUE_FORMAT
This error code is used to indicate a format pattern of a value format is invalid.
-
INVALID_VALUE_FORMAT
public static final ErrorCode INVALID_VALUE_FORMAT
This error code is used to indicate the format pattern was invalid.
-
DUPLICATETHEME
public static final ErrorCode DUPLICATETHEME
This error code is used to indicate a duplicate theme was detected. The theme must be unique by name.
-
DUPLICATECHANNEL
public static final ErrorCode DUPLICATECHANNEL
This error code is used to indicate a duplicate channel was detected. The channel must be unique by name.
-
DUPLICATETEAM
public static final ErrorCode DUPLICATETEAM
This error code is used to indicate a duplicate team was detected. The team must be unique by name.
-
DUPLICATEMESSAGE
public static final ErrorCode DUPLICATEMESSAGE
This error code is used to indicate a duplicate message was detected. The key of a message must be unique.
-
INVALID_EXPANDER_NAME
public static final ErrorCode INVALID_EXPANDER_NAME
This error code is used to indicate the name contains invalid characters.
-
DUPLICATE_EXPANDER_NAME
public static final ErrorCode DUPLICATE_EXPANDER_NAME
This error code is used to indicate multiple expanders are defined with the same name.
-
INVALID_SERVICE_NAME
public static final ErrorCode INVALID_SERVICE_NAME
This error code is used to indicate the name contains invalid characters.
-
DUPLICATE_SERVICE_NAME
public static final ErrorCode DUPLICATE_SERVICE_NAME
This error code is used to indicate multiple services are defined with the same name.
-
INVALID_PARAMETER
public static final ErrorCode INVALID_PARAMETER
This error code is used to indicate the parameter data is incomplete or invalid.
-
DUPLICATE_PARAMETER
public static final ErrorCode DUPLICATE_PARAMETER
This error code is used to indicate multiple parameters are defined with the same name.
-
INVALID_VALIDATOR_NAME
public static final ErrorCode INVALID_VALIDATOR_NAME
This error code is used to indicate the name contains invalid characters.
-
DUPLICATE_VALIDATOR_NAME
public static final ErrorCode DUPLICATE_VALIDATOR_NAME
This error code is used to indicate multiple validators are defined with the same name.
-
INVALID_VALIDATOR_PARAMETER_TYPE
public static final ErrorCode INVALID_VALIDATOR_PARAMETER_TYPE
-
INVALID_VALIDATOR_PARAMETER_MV
public static final ErrorCode INVALID_VALIDATOR_PARAMETER_MV
-
DUPLICATE_ROLE
public static final ErrorCode DUPLICATE_ROLE
-
UNKNOWN_GROUP
public static final ErrorCode UNKNOWN_GROUP
-
ROLE_PROBLEM
public static final ErrorCode ROLE_PROBLEM
-
LANGUAGE_PROBLEM
public static final ErrorCode LANGUAGE_PROBLEM
-
FORMAT_PROBLEM
public static final ErrorCode FORMAT_PROBLEM
-
ROLE_GROUP_PROBLEM
public static final ErrorCode ROLE_GROUP_PROBLEM
-
MISSING_ROLES_FOR_ROLE_GROUP
public static final ErrorCode MISSING_ROLES_FOR_ROLE_GROUP
-
VALIDATOR_PROBLEM
public static final ErrorCode VALIDATOR_PROBLEM
-
EXPANDER_PROBLEM
public static final ErrorCode EXPANDER_PROBLEM
-
RESOURCE_PROBLEM
public static final ErrorCode RESOURCE_PROBLEM
-
SERVICE_PROBLEM
public static final ErrorCode SERVICE_PROBLEM
-
DUPLICATE_RESOURCE_NAME
public static final ErrorCode DUPLICATE_RESOURCE_NAME
This error code is used to indicate multiple connections are defined with the same name.
-
UNKNOWN_CONNECTION
public static final ErrorCode UNKNOWN_CONNECTION
-
DUPLICATE_PORTALMESSAGE_NAME
public static final ErrorCode DUPLICATE_PORTALMESSAGE_NAME
-
DUPLICATE_PORTALMESSAGE_FIELD
public static final ErrorCode DUPLICATE_PORTALMESSAGE_FIELD
-
DUPLICATE_GLOBAL_PARAMETER
public static final ErrorCode DUPLICATE_GLOBAL_PARAMETER
-
DUPLICATE_FIELD_TYPE
public static final ErrorCode DUPLICATE_FIELD_TYPE
-
-