Rental Errors
This page shows the list of errors returned by the Partner API organised by domain
Rental Errors
Error | Description | HTTP status |
---|---|---|
RENTAL_INVALID_TOKEN | "Token not provided or invalid" | UNAUTHORIZED |
RENTAL_VEHICLE_FAILURE | "Vehicle not connected" | INTERNAL_SERVER_ERROR |
RENTAL_VEHICLE_NOT_CONNECTED | "Vehicle not connected" | INTERNAL_SERVER_ERROR |
RENTAL_GENERIC_ERROR | "Generic error" | INTERNAL_SERVER_ERROR |
RENTAL_VEHICLE_GENERIC_ERROR | "Vehicle generic error" | INTERNAL_SERVER_ERROR |
RENTAL_VEHICLE_INACTIVE | "Vehicle inactive" | INTERNAL_SERVER_ERROR |
RENTAL_VEHICLE_ALREADY_IN_USE | "Vehicle already in use" | CONFLICT |
RENTAL_VEHICLE_NOT_READY | "Vehicle not ready" | CONFLICT |
RENTAL_VEHICLE_IN_UPDATE_MODE | "Vehicle in update mode" | CONFLICT |
RENTAL_VEHICLE_NOT_AVAILABLE | "Vehicle not available for rent" | CONFLICT |
RENTAL_OUT_OF_BUSINESS_AREA | "Out of business area" | CONFLICT |
RENTAL_KEY_MUST_BE_TAKEN | "Key must be taken" | CONFLICT |
RENTAL_KEY_MUST_BE_PAIRED | "Key must be paired" | CONFLICT |
RENTAL_SAM_MUST_BE_PAIRED | "SAM must be paired" | CONFLICT |
RENTAL_CRITERIA_NOT_MET | "Criteria not met" | CONFLICT |
RENTAL_REACTIVATE_ENGINE_FAIL_IGNITION_ON | "Reactivate engine fails due to the vehicle has ignition on" | CONFLICT |
RENTAL_CUSTOMER_NO_ACTIVE_ACCOUNT | "Customer has no active account" | BAD_REQUEST |
RENTAL_CUSTOMER_ACCOUNT_NOT_GRANTED | "Customer account not granted" | BAD_REQUEST |
RENTAL_CUSTOMER_NOT_VALIDATED | "Customer not validated" | BAD_REQUEST |
RENTAL_CUSTOMER_HAS_ACTIVE_RENTAL | "Customer already has an active rental" | BAD_REQUEST |
RENTAL_VEHICLE_TOO_FAR_AWAY | "Vehicle too far away" | BAD_REQUEST |
RENTAL_VALIDATION_ERROR | "Validation error" | BAD_REQUEST |
RENTAL_CUSTOMER_HAS_NO_ACTIVE_RENTAL | "Customer does not have an active rental" | BAD_REQUEST |
RENTAL_VEHICLE_NOT_FOUND | "Vehicle not found" | NOT_FOUND |
RENTAL_CUSTOMER_NOT_FOUND | "Customer not found" | NOT_FOUND |
RENTAL_RENTAL_NOT_FOUND | "Rental not found" | NOT_FOUND |
RENTAL_RENTAL_START_FAILURE | "Rental could not be started" | NOT_FOUND |
RENTAL_DRIVER_CHECK | "Driver check error" | CONFLICT |
RENTAL_RESERVATION_ALREADY_CREATED | "Customer already has a reservation" | CONFLICT |
RENTAL_CONCURRENT_RESERVATION_FOUND | "Vehicle was already reserved" | CONFLICT |
RENTAL_RESERVATION_KEY_EXISTS | "Customer has reserved another vehicle" | CONFLICT |
RENTAL_RECENT_CANCELLED_RESERVATION_EXISTS | "Customer has cancelled a reservation recently" | CONFLICT |
RENTAL_RESERVATION_NOT_FOUND | "Reservation could not be found" | NOT_FOUND |
RENTAL_VEHICLE_NOT_AVAILABLE_FOR_CUSTOMER | "Vehicle not available for customer" | CONFLICT |
Updated about 3 years ago