Skip to content

Reference

Errors

This page lists every error the API returns. Issue #122 fills it. That task adds the structured error shape, so the list follows the shape the code emits.

What this page holds nextLink to this section

The page holds one row per code. A row states what failed, what the platform did, whether a retry is safe, and what the reader does next.

The shape of an errorLink to this section

An error carries a stable code, a message a person reads, and the field that caused it where a field caused it.

{ "code": "listing_invalid", "message": "The field region takes a published value." }

Updated 2026-09-14