You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include GraphQL error messages in HTTP error responses (#15)
When the API returns non-OK HTTP status codes (401, 403, 429, etc.),
the client now reads the response body and appends the actual error
messages from the GraphQL errors array. This surfaces details like
which permissions are missing instead of only showing generic messages.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments