Available error codes enumeration.
Namespace: LC360API.Carrier_V1Assembly: LC360API (in LC360API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public enum LogCode |
| Visual Basic |
|---|
Public Enumeration LogCode |
| Visual C++ |
|---|
public enum class LogCode |
Members
| Member name | Value | Description | |
|---|---|---|---|
| InvalidAgent | 0 | Agency information passed is invalid. | |
| InvalidUnderwriter | 1 | Underwriter information passed is invalid. | |
| InvalidCustomer | 2 | Customer code passed is not valid or not tied to the credentials given. | |
| InvalidCaseType | 3 | Inspection type requested does not exist for the customer given. | |
| InvalidAddress | 4 | Address provided is not valid. | |
| InvalidForm | 5 | Supplemental form requested does not exist for the case type requested. | |
| InvalidPolicyNumber | 6 | Policy number given was invalid. | |
| CouldNotValidateAddress | 7 | Address given could not be verified. | |
| DuplicatePolicyNumber | 8 | A duplicate version of this inspection was found with the same policy number. | |
| PolicyHolderNameMissing | 9 | Policyholder name not provided. | |
| PhoneNumberMissing | 10 | Phone number for policy holder not provided and is required for the inspection type requested. | |
| IssueWithWebService | 11 | Web service general error. | |
| InvalidGenericField | 12 | Generic field given was not valid for this inspection type and customer code. | |
| Error | 13 | General error |