We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
They will become ErrUnexpected. (What should they become?)
ErrUnexpected
e.g., qingstor:
func newServicer(pairs ...typ.Pair) (srv *Service, err error) { defer func() { if err != nil { err = services.InitError{Op: "new_servicer", Type: Type, Err: formatError(err), Pairs: pairs} } }() //... cp, err := credential.Parse(opt.Credential) if err != nil { // credential.Error here return nil, err } //... if opt.HasEndpoint { ep, err := endpoint.Parse(opt.Endpoint) if err != nil { // endpoint.Error here return nil, err } //... }
The text was updated successfully, but these errors were encountered:
Maybe they should implement IsAosError either?
IsAosError
Sorry, something went wrong.
No branches or pull requests
They will become
ErrUnexpected
. (What should they become?)e.g., qingstor:
The text was updated successfully, but these errors were encountered: