Skip to content

IssueCode

Structured, machine-readable warning or error code (for example “too-many-lookups”), intentionally not display text so integrations can localize.

Field Type Required Description
code string yes
value string | number no Optional offending value or measurement
{
"code": "string",
"value": 0
}