Skip to content

Releases: etherlabsio/errors

Add Serializable function that exposes a Marshallable struct

Choose a tag to compare

@karthikmuralidharan karthikmuralidharan released this 16 Sep 07:22
  • Passing tags -debug allows us to expose the underlying cause of the error when Serializable(err) is called.

Faster Error() using strings.Builder

Pre-release

Choose a tag to compare

@karthikmuralidharan karthikmuralidharan released this 12 Sep 04:29
6a94211
Merge pull request #1 from etherlabsio/fix-ci-failure

fix ci failure

fix compilation bug in test

Pre-release

Choose a tag to compare

@karthikmuralidharan karthikmuralidharan released this 11 Sep 04:32
v0.2.1

fix; compilation error in test package

Update to Unwrap method

Pre-release

Choose a tag to compare

@karthikmuralidharan karthikmuralidharan released this 10 Sep 19:07
v0.2.0

fix; unwrap method to return concrete *Error type

Initial implementation for the error management package

Choose a tag to compare

@karthikmuralidharan karthikmuralidharan released this 10 Sep 15:03
v0.1.0

fix; publishing coverage report