Meta

The Meta model holds the metadata of the API response, including relevant error details for debugging purposes.

[url](../../docs/quickstart/request_errors.md)

The Meta model holds the metadata of the API response, including relevant error details for debugging purposes.Show all...

code
number
required

Error code in integer format. For detailed information, please refer to the Request Error introduction page.

Default:
20000
Example:
20000
type
string
required

Response type string for the reference. For detailed information, please refer to the Request Error introduction page.

>= 1 characters
Example:
OK
message
string
required

Human-readable response message. For detailed information, please refer to the Request Error introduction page.

>= 1 characters
Example:
The request was successfully processed by AfterShip.
errors
array[Error]

Error detail object. Each error object contains a "path" key and an "info" key. The "path" is the JSON path of the request object to indicate the error location. The "info" is a human-readable description of the error.Show all...

path
string

The JSON path of the request object to indicate the error location.

Example:
data.product.title
info
string

A human-readable description of the error.

Example:
Title is invalid
Example
preparing...