API Reference

Errors

GROUNDROCK normalizes every provider error to a single taxonomy. Every response includes a canonical error code and the raw provider payload for debugging.

PropertyTypeDescription
invalid_request
400Malformed request or unsupported parameter.
unauthorized
401Missing or invalid API key.
forbidden
403Key valid but scope denies this action.
not_found
404Model or resource does not exist.
rate_limited
429Project rate limit exceeded. Retry with backoff.
quota_exceeded
402Spend cap or credits exhausted.
provider_error
502Upstream provider returned an error.
provider_timeout
504Upstream provider timed out.
unavailable
503GROUNDROCK edge in this region is degraded. Automatic failover in progress.