Available error codes enumeration.

Namespace: LC360API.Carrier_V1
Assembly: 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 nameValueDescription
InvalidAgent0 Agency information passed is invalid.
InvalidUnderwriter1 Underwriter information passed is invalid.
InvalidCustomer2 Customer code passed is not valid or not tied to the credentials given.
InvalidCaseType3 Inspection type requested does not exist for the customer given.
InvalidAddress4 Address provided is not valid.
InvalidForm5 Supplemental form requested does not exist for the case type requested.
InvalidPolicyNumber6 Policy number given was invalid.
CouldNotValidateAddress7 Address given could not be verified.
DuplicatePolicyNumber8 A duplicate version of this inspection was found with the same policy number.
PolicyHolderNameMissing9 Policyholder name not provided.
PhoneNumberMissing10 Phone number for policy holder not provided and is required for the inspection type requested.
IssueWithWebService11 Web service general error.
InvalidGenericField12 Generic field given was not valid for this inspection type and customer code.
Error13 General error

See Also