List responses
Endpoints returning a list addpages: how many pages exist at the current page size. There’s no total item count, so page until you reach it.
Errors
code is a stable PascalCase identifier: AccessDenied, NotFound, ObjectConflict, ValidationError, UpgradeRequired and so on.
Validation errors
Validation failures addinvalidFields, one entry per problem, each formatted Field: what's wrong:
HTTP status codes
Retrying
Retry429 and 5xx with increasing delays rather than immediately. Don’t retry 4xx responses other than 429 - the request will fail the same way until you change it.
If a 5xx persists, check status.komerza.com before digging into your own code.
Every error code
The full list of
code values, what triggers each and how to recover.