OpenPetra
Free Administration Software for Non-Profits
|
Static Public Attributes | |
const String | ERR_INVALIDDATE = "GENC.00001V" |
Invalid date. More... | |
const String | ERR_NOUNDEFINEDDATE = "GENC.00002V" |
Date may not be empty. More... | |
const String | ERR_NOFUTUREDATE = "GENC.00003V" |
Future date not allowed. More... | |
const String | ERR_NOPASTDATE = "GENC.00004V" |
Past date not allowed. More... | |
const String | ERR_INVALIDNUMBER = "GENC.00005V" |
Invalid number entered. More... | |
const String | ERR_INVALIDVALUE = "GENC.00019V" |
Invalid value entered. More... | |
const String | ERR_INCONGRUOUSNUMBERS = "GENC.00006V" |
Invalid numbers entered (numbers do not conform to a certain rule). More... | |
const String | ERR_INCONGRUOUSSTRINGS = "GENC.00007V" |
Invalid numbers entered (numbers do not conform to a certain rule). More... | |
const String | ERR_NOEMPTYSTRING = "GENC.00008V" |
Alphanumeric value may not be empty. More... | |
const String | ERR_INFORMATIONMISSING = "GENC.00009V" |
"Information missing." More... | |
const String | ERR_NONULL = "GENC.00010V" |
Value may not be null. More... | |
const String | ERR_STRINGTOOLONG = "GENC.00011V" |
Alphanumeric value is too long. More... | |
const String | ERR_DECIMALPRECISIONLOSSROUNDING = "GENC.00012N" |
Invalid number entered. More... | |
const String | ERR_DATENOTINDATERANGE = "GENC.00013V" |
Date is not within date range. More... | |
const String | ERR_UNREALISTICDATE_ERROR = "GENC.00014V" |
Date must have a sensible value (e.g. not too far in the past). More... | |
const String | ERR_INVALIDINTEGERTIME = "GENC.00015V" |
Integer time must be in range 0..86399. More... | |
const String | ERR_DUPLICATE_RECORD = "GENC.00016V" |
User has created a duplicate record. More... | |
const String | ERR_RECORD_DELETION_NOT_POSSIBLE_REFERENCED = "GENC.00018V" |
User tried to delete a record that is referenced from another DB Table. More... | |
const String | ERR_MISSINGEMAILCONFIGURATION = "GENC.00020V" |
Missing configuration for sending Emails. More... | |
const String | ERR_RECORD_DELETION_NOT_POSSIBLE_BY_DESIGN = "GENC.00021V" |
User tried to delete a record that is designed to be non-deletable. More... | |
const String | ERR_SAVING_OF_MODIFIED_DATA_IN_SCREEN_NOT_ALLOWED = "GENC.00022E" |
User tried to save data but the user doesn't have the necessary permission to do this. More... | |
Central Inventory of application-independent Error Codes.
The data that goes alongside an error code in this inventory can be programmatically accessed using one of the static 'Helper Methods' of the ErrorCodes Class!
Error codes are used in applications because the message text and message title may be translated into any language and its meaning will be unclear to support staff who don't speak the language the message is shown in. The only way they can identify the error message in such a case is by looking up the error code.
|
static |
Date is not within date range.
|
static |
Invalid number entered.
|
static |
User has created a duplicate record.
|
static |
Invalid numbers entered (numbers do not conform to a certain rule).
|
static |
Invalid numbers entered (numbers do not conform to a certain rule).
|
static |
"Information missing."
|
static |
Invalid date.
|
static |
Integer time must be in range 0..86399.
|
static |
Invalid number entered.
|
static |
Invalid value entered.
|
static |
Missing configuration for sending Emails.
|
static |
Alphanumeric value may not be empty.
|
static |
Future date not allowed.
|
static |
Value may not be null.
|
static |
Past date not allowed.
|
static |
Date may not be empty.
|
static |
User tried to delete a record that is designed to be non-deletable.
|
static |
User tried to delete a record that is referenced from another DB Table.
|
static |
User tried to save data but the user doesn't have the necessary permission to do this.
|
static |
Alphanumeric value is too long.
|
static |
Date must have a sensible value (e.g. not too far in the past).