Learn how to handle common errors when integrating POW Cards
<WalletMultiButton />
)400
- Bad Request (invalid parameters)401
- Unauthorized (invalid signature)429
- Too Many Requests (rate limit exceeded)500
- Server ErrorHTTP Status | Description | Example Response |
---|---|---|
400 | Bad Request - Invalid parameters or message format | { "error": "Invalid parameters", "details": "Missing signature" } |
401 | Unauthorized - Invalid signature | { "error": "Unauthorized", "details": "Invalid signature" } |
429 | Too Many Requests - Rate limit exceeded | { "error": "Rate limit exceeded", "details": "Please try again in 60 seconds" } |
500 | Server Error - Internal server error | { "error": "Internal server error" } |