mirror of
https://github.com/LukeHagar/speakeasy-playground.git
synced 2025-12-09 20:57:44 +00:00
16 lines
483 B
Markdown
16 lines
483 B
Markdown
# ShipmentStatus
|
|
|
|
`Waiting` shipments have been successfully submitted but not yet been processed.
|
|
`Queued` shipments are currently being processed.
|
|
`Success` shipments have been processed successfully, meaning that rate generation has concluded.
|
|
`Error` does not occur currently and is reserved for future use.
|
|
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| --------- | --------- |
|
|
| `ERROR` | ERROR |
|
|
| `QUEUED` | QUEUED |
|
|
| `SUCCESS` | SUCCESS |
|
|
| `STATUS` | STATUS | |