Interface CreateVehicleError.Builder

  • Method Details

    • vehicleName

      CreateVehicleError.Builder vehicleName(String vehicleName)

      The ID of the vehicle with the error.

      Parameters:
      vehicleName - The ID of the vehicle with the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • code

      An HTTP error code.

      Parameters:
      code - An HTTP error code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      A description of the HTTP error.

      Parameters:
      message - A description of the HTTP error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.