Pandabase home page
Search...
⌘K
Start selling
Start selling
Search...
Navigation
Basics
Errors
Documentation
Developers
Basics
Introduction
Pagination
Rate limits
Idempotency
Errors
Changelog
Learn
Dynamic Payments
Payment Lifecycle
Webhooks
Overview
Events
SDKs
TypeScript
Go
API Reference
Public API
On this page
Response Attributes
Basics
Errors
Learn how to handle API errors properly.
Response Attributes
All API error responses follow this format and will remain consistent:
statusCode
number
required
The HTTP status code of the error
error
string
required
The status code description (e.g.,
NOT_FOUND
)
message
string
required
A descriptive message explaining the error
Message fields are designed to not contain sensitive information, and can be safely passed down to user interfaces.
Idempotency
Changelog
Assistant
Responses are generated using AI and may contain mistakes.