Skip to main content
This guide includes an overview of error codes you might see from both the API and our SDKs.

API errors

Whatever the HTTP error code is, the response payload will contain the following object: statusCode: number - HTTP error code. error: object - Linkup error details containing:
  • code: string - Error name
  • message: string - Description of the error
  • details: array - Details of the error. This array may be empty or include objects with the following properties:
    • field: string - The field that caused the error
    • message: string - A description of the field error
Here is an example:
API error codes

SDK errors

Python & JS SDK error types