Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 666 Bytes

File metadata and controls

15 lines (7 loc) · 666 Bytes

AddressRegistryError

Error body for address registry operations (4xx and 5xx).

Properties

Name Type Description Notes
code Integer Application error code when present. For HTTP 400 on legal-entity lookup, distinguish: 4100 — request validation (e.g. missing, empty, or whitespace-only `address` after trim); 2140 — workspace not opted in to the address registry (`AR_OPT_IN_REQUIRED`). 2142 — not found (404). Other codes may appear, including on server errors. [optional]
message String Human-readable error message