The API returns standard HTTP response codes and error messages. Error objects all have the same shape and conform to RFC 9457. Error objects will always contain the following fields:
type
enum
required
The machine-readable type of the error.
title
string
required
A human-readable summary of the error.
status
integer
required
The HTTP status code.
detail
string
Additional details about the error.