Error Reference

Common StarrBase API error responses and how clients should handle them.

5 min readstable

HTTP status map

StatusMeaningClient action
400Validation failureShow field-level guidance
401Missing/invalid auth tokenPrompt re-authentication
403Role or permission blockedShow access explanation
404Resource not foundShow fallback state
409Conflict / duplicate purchaseShow ownership state
429Rate limit hitBack off and retry later
500Unexpected server errorSurface retry + support path

Error payload shape

{ "error": "Human-readable message" }
    Error Reference | StarrBase Docs