Enumeration used to describe the error number.
Namespace:
Asi.iBO.ErrorsAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public enum ErrorNumber |
| Visual Basic (Declaration) |
|---|
Public Enumeration ErrorNumber |
| Visual C++ |
|---|
public enum class ErrorNumber |
Members
| Member name | Description | |
|---|---|---|
| NoError | No error. Here just as a placeholder for a zero value. | |
| BusinessRuleViolation | Business rule violation. {0} | |
| InvalidReferenceValue | The supplied value, '{0}' is not defined in {1} and is invalid. | |
| InvalidFieldLength | The property's maximum length of {0} has been exceeded by the value '{1}'. | |
| MissingRequiredProperty | The property {0} is required. | |
| KeyAlreadyExists | The value of this property must be unique but '{0}' already exists. | |
| UnableToLogin | The user '(0}' is unable to login. {1} | |
| BatchNumberNotInDatabase | Batch number '{0}' not found in the database. | |
| BatchAlreadyPosted | Batch number '{0}' has already been posted. | |
| ValueConflictsWithSystemSetting | The value of the property {0} conflicts with the system setting for {1}. {2} | |
| UnsupportedFunctionality | This functionality is not supported by iBO at this time. {0} | |
| AccessViolation | Unable to access this value. {0} | |
| InvalidCardNumber | The supplied card number is not valid. | |
| UnableToPerformOperation | Unable to perform {0}. {1} | |
| SystemSettingConflict | The system setting for {0} prevents {1}. | |
| MissingSystemSetting | The system setting for {0} is missing. It must be set before performing this operation. | |
| MissingRequiredParameter | The parameter {0} must not be empty or null. | |
| DuplicateRegistration | The contact '{0}' is already registered for '{1}'. | |
| InvalidContact | The contact with ContactId of '{0}' does not exist. | |
| NoPricingForRegistrantClass | No pricing has been defined for the function '{0}' and registrant class '{1}'. The default pricing will be used. | |
| NotForSaleOnWeb | The product '{0}' is not available for sale on the web. | |
| InvalidFinancialEntity | The Financial Entity '{0}' is not defined and is invalid. | |
| PaymentProcessingError | An error occurred while processing the payment. {0} |