Common statuses and failure types
Retry guidance
Retryable:429.- transient network failures.
- temporary
5xxresponses.
400.401.403.404.422.
Error payload shape
title is a short error name. machineCode is the stable code your application should key on for branching and logging. message is the human-readable explanation. details may be present when Anthale needs to return structured context for the error.