CodedError
Stable, machine-readable application error code (namespaced dotted string). Present only on user-actionable 4xx errors; clients map it to a localized message.
entitlement.pipeline_limit_reachedA human-readable explanation specific to this occurrence of the problem.
Property foo is required but is missing.errors object[]nullable
Optional list of individual error details
Where the error occurred, e.g. 'body.items[3].tags' or 'path.thing-id'
Error message text
The value at the given location
A URI reference that identifies the specific occurrence of the problem.
https://example.com/error-log/abc123params object
Structured values for client-side interpolation/localization of this error, e.g. {"plan":"free","max":3,"current":3}. Optional.
Structured values for client-side interpolation/localization of this error, e.g. {"plan":"free","max":3,"current":3}. Optional.
HTTP status code
400A short, human-readable summary of the problem type. This value should not change between occurrences of the error.
Bad RequestA URI reference to human-readable documentation for the error.
about:blankhttps://example.com/errors/example{
"code": "entitlement.pipeline_limit_reached",
"detail": "Property foo is required but is missing.",
"errors": [
{
"location": "string",
"message": "string"
}
],
"instance": "https://example.com/error-log/abc123",
"params": {},
"status": 400,
"title": "Bad Request",
"type": "https://example.com/errors/example"
}