Developer centerv1.0.0
Documentation menu
Data models

ErrorResponse

Fields, types and constraints for the ErrorResponse public API model.

Machine-readable error envelope used by public API failures.

Fields

FieldTypeConstraintExampleVisibility
status *

Whether the operation completed successfully.

booleanfalsePublic contract
code *

Stable code for programmatic error handling.

stringenum: validation_error | missing_api_key | invalid_api_key | inactive_account | unapproved_account | access_restricted | source_scope | page_size_limit | daily_limit | monthly_limit | rate_limit_exceeded | service_unavailable | internal_error"validation_error"Public contract
message *

Human-readable status or error message.

string"example"Public contract
details

Field-level validation details.

object[][]Public contract

Machine-readable schema

The model is published under the same name in the JSON Schema bundle.

JSON Schema

Decision boundary

An API result is a candidate match. A final sanctions or compliance decision requires official-source verification and human review.