Skip to main content
All errors returned from the FrankieOne API will be wrapped up in a standard format error object.

ErrorObject

The ErrorObject consists of the following attributes:
  • ErrorCode: One of the standard error codes (see below)
  • ErrorMsg: A human-readable message describing the error
  • HttpStatusCode: The HTTP result code
  • Issues: An array of additional error helpers, used to define where errors have occurred. Each element in the array consist of:
Issue: This is a description of the issue. IssueLocation: The location in the payload or process where the issue was found/occurred.
Error Object
See the Full List of Error Codes