Enum FaultRichDataErrorType
- Namespace
 - Geotab.Checkmate.ObjectModel.DataEnrichment
 
- Assembly
 - Geotab.Checkmate.ObjectModel.dll
 
Represents a error while calling TripVision api to enrich data/>.
public enum FaultRichDataErrorType
  - Extension Methods
 
Fields
BadStatusResponse = 0This value indicates that the failure comes from bad status code response.
EcuMissingData = 2This value indicates that the failure comes from ECU Onboarding, MyG does not have all necessary data.
ErrorGettingEcuInfo = 8Error due to unexpected external service response format.
ErrorGettingFaultInfo = 11Error when retrieving fault information.
ErrorSavingEcuInfo = 9Error saving ECU fault data information for enrichment.
ErrorSyncDeviceEcu = 10Error during the synchronization process with the device's ECU.
FaultInfoErrorBlankOrInvalidVIN = 108The Vehicle Identification Number (VIN) is either missing or invalid.
FaultInfoErrorDatabaseRetrievalError = 112There was an error retrieving information from the database.
FaultInfoErrorExceededNumberOfVehicles = 106The request exceeded the number of vehicles allowed under the current subscription.
FaultInfoErrorFaultNotFound = 102The fault requested could not be found, although the database is operating normally.
FaultInfoErrorInvalidEngineHours = 110The engine hours entered are not valid, for instance, they are negative.
FaultInfoErrorInvalidMileage = 109The mileage provided is incorrect, such as a negative value.
FaultInfoErrorInvalidUsernamePasswordCombination = 103The combination of username and password provided is incorrect.
FaultInfoErrorMiscInvalidInputParameters = 111There are errors related to other miscellaneous invalid input parameters.
FaultInfoErrorNoFaultsRequested = 107No faults were specified in the request, so none were processed.
FaultInfoErrorSubscriptionExpired = 105The subscription associated with the service has expired and needs to be renewed.
FaultInfoErrorUserIsDisabledOrLockedOut = 104The user account is either disabled or the user has been locked out due to multiple failed login attempts.
FaultInfoErrorVehicleDeactivated = 113The vehicle referenced is currently not active.
FaultInfoInvalidJSON = 114The JSON provided does not have a valid format.
FaultInfoSuccessTooManyFaultsRequested = 101The operation succeeded, but there were too many faults requested; those beyond the permitted limit were not processed.
FaultInfoUnknownError = 116An unspecified error has occurred.
FaultInfoVINNotRegistered = 115The Vehicle Identification Number (VIN) is not registered in our system.
InvalidResponse = 5Indicates a failure due to an external service returning an unexpected response.
InvalidSuccessCodeAsErrorType = 99Indicates that an attempt was made to convert a success code to an error type, which is not valid.
InvalidVin = 3Indicates a failure due to invalid Vin.
MismatchedResponse = 6Indicates a failure due to an external service returning a response that does not match the expected format or data schema.
MissingDiagnostics = 7Indicates that the fault data is missing critical information such as odometer or engine hour, which is required to enrich the data.
ModelIdEcuInfoFailure = 301ECU Information operation is failed.
ModelIdOverallErrorBadInput = 207There was bad input provided to the operation.
ModelIdOverallErrorBlankOrInvalidVIN = 206The Vehicle Identification Number is either missing or invalid.
ModelIdOverallErrorDatabaseRetrievalError = 208There was an error retrieving information from the database.
ModelIdOverallErrorExceededNumberOfVehicles = 204The request exceeded the number of vehicles allowed under the current subscription.
ModelIdOverallErrorInvalidUsernamePasswordCombination = 201The combination of username and password provided is incorrect.
ModelIdOverallErrorNoECusRequested = 205No ECUs were specified in the request, so none were processed.
ModelIdOverallErrorSubscriptionExpired = 203The subscription associated with the service has expired and needs to be renewed.
ModelIdOverallErrorUserIsDisabledOrLockedOut = 202The user account is either disabled or the user has been locked out due to multiple failed login attempts.
ModelIdOverallErrorVehicleDeactivated = 209The vehicle is currently not active.
PairDeviceSourceAddressWoEcuData = 12This value indicates that the failure comes from the pair Device - Source Address has not ECU data in MyG.
RequestException = 4Indicates a failure due to a request exception.
UnexpectedError = 1This value indicates if an unexpected error was throw.