Error handling
The FrankieOne API uses a standardized error format to ensure that you can reliably handle issues that arise from bad requests, server problems, or invalid data. All non-2xx responses will return a consistent JSON error object. Please refer to the general API Error Codes documentation for a comprehensive list of error types and their meanings. This document replaces any specific error handling guides for individual products unless explicitly stated otherwise.Scenarios
Generic Bad request
Generic Bad request
HTTP Status Code : Frankie Error Code
400 : VAL-0400Bad request - Validation issues (Any business or process validation)
Bad request - Validation issues (Any business or process validation)
HTTP Status Code : Frankie Error Code
400 : VAL-0400Bad request - Schema issues
Bad request - Schema issues
- Invalid limit or page parameter
beforeActivityAtis earlier thanafterActivityAt- Invalid sortField other than
activityAt afterActivityAtis in the future
400 : VAL-0400Bad request - Entity not found
Bad request - Entity not found
HTTP Status Code : Frankie Error Code
400 : VAL-0404Duplicated transactions
Duplicated transactions
HTTP Status Code : Frankie Error Code
409 : VAL-0409System errors
System errors
HTTP Status Code : Frankie Error Code
500 : SYS-500More resources
- Implementation Overview — return to the full implementation map
- Evaluate an activity — check your request payload structure
- Key terms and definitions — reference for all TM terminology