| 1 | // The WorkOS failure-classification boundary: the service adapter must thread |
| 2 | // the SDK exception's HTTP status onto the public `WorkOSError`, and the |
| 3 | // definitive-denial predicate must split 401/403/404 (WorkOS answered "no" — |
| 4 | // fail closed) from 429/5xx/no-status (transient — retryable). This split is |
nothing calls this directly
no test coverage detected