API Error Codes
Detail about Koffi Error Codes
Error format
- In case of an error, the response will usually have an HTTP status code other than 200, with the following format
{
"code": "error_code",
"message": "error_message"
}
- There are some exceptions with no or empty response and HTTP status code other than 200
- Unauthorized error with HTTP 401
- Forbidden error with HTTP 403
Error Codes
Authentication and authorization
- EOAU001: Invalid grant type
- EOAU002: JWT Bearer Grant requires assertion
- EOAU003: JWT Bearer Grant assertion invalid or expired
- EOAU004: JWT Bearer Grant assertion client id (iss) is required (iss)
- EOAU005: JWT Bearer Grant assertion key id (kid) is required
- EOAU006: JWT Bearer Grant assertion key id (kid) is invalid
- EOAU007: JWT Bearer Grant assertion audience (aud) is required
- EOAU008: JWT Bearer Grant assertion user not found (sub)
- EOAU009: Authorization header not found or invalid
- EOAU010: Invalid tenant
- EOAU011: Invalid tenant connection code or client application has no access to target tenant
- EOAU012: Invalid scope
<invalid-scopes>
Outbound
TBD
Sign
TBD