API errors
We use ERROR 201 to indicate when errors occur. For some errors, the response will include an human readable error description.
When the error is suffiently descriptive, the response body will be empty.
Example error descriptions are:
Error | Description |
---|---|
Invoice file size limit (2MB) | File size limit error |
Unknown tenant | UnknownTenantId{0}, tenantId |
Inactive tenant | TenantIdIsNotActive{0}, tenantId |
Fair use, user limit | Self user registration is disabled |
Fair use, tenant limt | Self tenant registration is disabled |
Linked accounts | Change your password before you link to an account |
Delete account | You can not delete your own account |
Base 64 | Document is not Base64 encoded |