API
Errors
Errors overview
Link ErrorsErrors that occur during the Link process.LINK_TOKEN_MISSING, INVALID_EMAIL_CREDENTIALS, INVALID_TOKEN

Error Schema

We use HTTP status codes to signify if a request was successful or not.

error_type
string

A taxanomy of the error. This is used to group errors together. This is safe for programmatic use.

error_message
string

A human-readable representation of the error. This is not intended to be static, and may change at any time.

error_code
integer

A HTTP status code. This code is intended to be used by the client for programmatic processing of errors.