Regardless of the error that occurred during the captcha solution process, the code throws an API Error without any details. This does not comply with Go development idioms and complicates debugging. Just use fmt.Errorf :). Or if you want even better result, declare errors as variables and use errors.Join