public static interface CreateVehicleError.Builder extends SdkPojo, CopyableBuilder<CreateVehicleError.Builder,CreateVehicleError>
| Modifier and Type | Method and Description |
|---|---|
CreateVehicleError.Builder |
code(String code)
An HTTP error code.
|
CreateVehicleError.Builder |
message(String message)
A description of the HTTP error.
|
CreateVehicleError.Builder |
vehicleName(String vehicleName)
The ID of the vehicle with the error.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateVehicleError.Builder vehicleName(String vehicleName)
The ID of the vehicle with the error.
vehicleName - The ID of the vehicle with the error.CreateVehicleError.Builder code(String code)
An HTTP error code.
code - An HTTP error code.CreateVehicleError.Builder message(String message)
A description of the HTTP error.
message - A description of the HTTP error.Copyright © 2022. All rights reserved.