Skip to main content
Pulsewave uses conventional HTTP response codes: 2xx for success, 4xx for an error caused by the request, and 5xx for an error on our end.

Error shape

Every error response has the same shape:

HTTP status codes

Error types

Handling errors

5xx responses and network errors are safe to retry. Pulsewave’s official SDKs retry these automatically with exponential backoff.