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
Describe the bug
Right now, we just return errors (sometimes HTTPError) throughout Genkit Go which lacks the expected status codes, no breakdown of user vs. internal errors (INVALID_ARGUMENT vs INTERNAL, etc), many cryptic errors coming straight from the plugin APIs. We also do not capture or propagate any stack trace because Go doesn't do this by default but this is very helpful for developers for libraries like this.
The text was updated successfully, but these errors were encountered:
Describe the bug
Right now, we just return errors (sometimes
HTTPError
) throughout Genkit Go which lacks the expected status codes, no breakdown of user vs. internal errors (INVALID_ARGUMENT
vsINTERNAL
, etc), many cryptic errors coming straight from the plugin APIs. We also do not capture or propagate any stack trace because Go doesn't do this by default but this is very helpful for developers for libraries like this.The text was updated successfully, but these errors were encountered: