> ## Documentation Index
> Fetch the complete documentation index at: https://docs.grdd.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Status Codes

> Reservation status codes used across the GNet Platform

The following status codes are used throughout the reservation lifecycle.

| Status Code          | Description                           |
| -------------------- | ------------------------------------- |
| `QUOTE`              | Quotation request.                    |
| `BOOKING_REQUEST`    | Trip request submitted.               |
| `ACKNOWLEDGED`       | Chauffeur acknowledged.               |
| `CONFIRMED`          | Trip confirmed.                       |
| `ASSIGNED`           | Chauffeur assigned.                   |
| `EN_ROUTE`           | Chauffeur en-route to pickup.         |
| `ON_LOCATION`        | Chauffeur on location.                |
| `PASSENGER_ON_BOARD` | Passenger on board.                   |
| `STOP`               | At a trip stop.                       |
| `CLOSE`              | Trip closed.                          |
| `COMPLETE`           | Passenger dropped.                    |
| `CANCEL`             | Trip cancelled.                       |
| `REJECT`             | Provider rejected.                    |
| `NO_SHOW`            | Passenger no-show.                    |
| `FAILED`             | Transmission failed / gateway failed. |

<Note>
  For the latest published list of status codes, see [griddtechnologies.com/gnet-status-codes](https://griddtechnologies.com/gnet-status-codes/).
</Note>
