Error body
Common status codes
Trace fields
Error responses includetraceId for troubleshooting. The same value is also returned in the X-Request-ID response header when available.
When contacting support, include:
- endpoint path and method
- response status
traceId- approximate request time
- non-sensitive identifiers such as
event_id,exhibitor_id,personnel_id, ortaskId
Retry guidance
- Retry network failures and
429responses with backoff. - Do not automatically retry
400or401without changing the request. - Treat
402as a product state, not a transient failure. - For asynchronous contact unlocks, retry polling the task endpoint rather than creating duplicate unlock tasks.
Notes
- Error bodies do not include raw debugging fields.
- Individual endpoint pages may list the subset of statuses most relevant to that route.