errorClassification
errorClassification configuration for the http_call module.
← http_callobject
| property | type | default | description |
|---|---|---|---|
functional | array<integer> | — | Status codes to record as non-retryable. Their category is kept when compatible (404 stays 'not_found'), otherwise it becomes 'validation'. Use for codes this API returns as an ordinary outcome, e.g. 404 meaning 'no match'. |
technical | array<integer> | — | Status codes to record as retryable. Their category is kept when compatible, otherwise it becomes 'server'. Use for codes this API returns for a transient condition, e.g. 409 on a lock. |