LogoLogo
  • Overview
    • How to obtain an API key?
  • Webhooks
    • About Webhooks
    • Quickstart Guide
      • Set up your server
      • Creating a webhook
      • Configure your server
      • Review your webhooks
      • Secure webhooks
    • Webhook events
      • About events
      • Event List
    • Troubleshooting
  • REST API
    • Overview
      • Current Version
      • Authentication
      • Pagination
    • Quickstart Guide
      • Find the API key
      • Playground
    • API References
      • Rides
      • Search
      • Customers
      • Drivers
      • Webhooks
      • Auth
    • Errors
      • Error codes
    • Troubleshooting
Powered by GitBook
On this page

Was this helpful?

  1. REST API
  2. Errors

Error codes

Learn more about error codes and how to resolve them.

PreviousErrorsNextTroubleshooting

Last updated 2 years ago

Was this helpful?

Some errors include an error code which is a short string with a brief explanation. These codes are important when handling errors because they indicate a specific kind of error.

Below is a list of possible error codes, along with additional information about how to resolve them. For convenience, every Error object in the API responses links to this list in its docUrl attribute.

QUERY_PARAMETER_UNKNOWN

The request contains one or more unexpected query parameters. Remove these and try again.

PARAMETER_UNKNOWN

The request contains one or more unexpected body parameters. Remove these and try again.

PARAMETER_MISSING

One or more required parameters are missing in the body. Check our to see which parameters are required to create or modify the specified resource.

PARAMETER_INVALID

One or more parameters are invalid in the body. Check our to see how to set valid parameters to create or modify the specified resource.

PARAMETER_INVALID_STRING

One or more parameters require a string value, but the values provided were of different types. Make sure that only supported values are provided for each attribute. Refer to our to look up the type of data each attribute supports.

PARAMETER_INVALID_NUMBER

One or more parameters require a number value, but the values provided were of different types. Make sure that only supported values are provided for each attribute. Refer to our to look up the type of data each attribute supports.

PARAMETER_INVALID_INTEGER

EMAIL_INVALID

URL_INVALID

PAYMENT_METHOD_INVALID

An invalid value was provided in the payment method attribute. Check that the payment method has one of the following values: credit, cash, external, or invoice.

DATE_TIME_INVALID

PASSENGERS_INVALID

The passengers provided is invalid. Check that the passengers value is an integer with a minimum value of 1.

RESOURCE_MISSING

The ID provided is not valid. Either the resource does not exist, or an ID for a different resource has been provided.

One or more parameters require an integer value, but the values provided were of different types. Make sure that only supported values are provided for each attribute. Refer to our to look up the type of data each attribute supports.

The email address is invalid (e.g., not properly formatted). Check that the email address is properly formatted and only includes .

The URL provided is invalid. Check that the URL is .

The date and time provided are invalid. Check that the date and time are valid (e.g., 2022-09-08T22:06:24.024Z).

API documentation
API documentation
API documentation
API documentation
API documentation
allowed characters
properly formatted
ISO format