Error Codes
SDK Errors (SurtError)
| Error | When |
|---|---|
notInitialized | verify() called before initialize() |
noCustomer | verify() called before setCustomer() |
networkError | Timeout or no connection |
invalidApiKey | 401 from backend |
serverError | 5xx from backend |
attestationFailed | Platform attestation failed |
HTTP Status Codes
| Code | Meaning |
|---|---|
200 | Success |
400 | Malformed JSON or missing required field |
401 | Invalid or missing auth token |
403 | Valid key but missing permission |
5xx | Server error |