cockroachdb / errors

Go error library with error portability over the network
Apache License 2.0
2.07k stars 66 forks source link

add EncodedError.IsSet method #84

Closed RaduBerinde closed 3 years ago

RaduBerinde commented 3 years ago

This will help clean up awkward checks of the form: if e.EncodedError != (errorspb.EncodedError{})


This change is Reviewable

cockroach-teamcity commented 3 years ago

CLA assistant check
All committers have signed the CLA.