aboutsummaryrefslogtreecommitdiffstats
path: root/errors.go
Commit message (Collapse)AuthorAgeFilesLines
* error: properly wrap errors into error typesyenlin.lai2019-03-291-0/+40
Let the caller has the ability to identify basic cause of error without the need of hard-coded string contains/prefix/suffix.