On-demand Rides and Deliveries Solution is currently available only to select partners. Contact sales to learn more.

ErrorResponseLog

The error response returned to the client.

JSON representation
{
  "code": enum (Code),
  "httpStatusCode": integer,
  "message": string
}
Fields
code

enum (Code)

The canonical code of the error.

httpStatusCode

integer

The HTTP status code of the error response.

message

string

The error message returned to the client.