Skip to content
New issue

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

errors.Is does not work properly with NCError #8

Open
minlau opened this issue May 15, 2023 · 0 comments
Open

errors.Is does not work properly with NCError #8

minlau opened this issue May 15, 2023 · 0 comments

Comments

@minlau
Copy link
Contributor

minlau commented May 15, 2023

std library function errors.Is does not work when error is created with NCError

create error:

ErrAzureEABillingConfigNotFound      = errors.New("Azure EA billing config not found", nil)

error check fails:

if errors.Is(err, billingcfg.ErrAzureEABillingConfigNotFound) {
    c.JSON(http.StatusNotFound, internalErrorToResponse(err))
    
    return
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant