Common Error Patterns
These are the most common response codes across the exposed API surface:
200 OK201 Created204 No Content400 Bad Request401 Unauthorized403 Forbidden404 Not Found405 Method Not Allowed
Typical meanings:
400: validation failure401: missing or invalid authentication, or a public auth flow failure403: authenticated but not allowed to access or modify the target object404: object not found, or object does not belong to the caller405: method not supported by the endpoint