Skip to content

Tags: ajwerner/errors

Tags

v1.2.4

Toggle v1.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix the compatibility Cause() API. (cockroachdb#17) Fix the compatibility Cause() API.

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
safe details/messages: clarify cases with empty formats (cockroachdb#3) safe details/messages: clarify cases with empty formats

v1.2.2

Toggle v1.2.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Export two types at the top level. 

v1.2.1

Toggle v1.2.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix the top level export of FormatError. 

v1.2

Toggle v1.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Implement mising FormatError methods ... for assertion failures and unimplemented errors. Additionally, test the `%+v` formatting of `errors.Newf()`, `NewAssertionErrorWithWrappedErrf()`.

v1.1.1

Toggle v1.1.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add a clarifying comment. 

v1.1

Toggle v1.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add explanatory comments for visibility of error fields. 

v1.0.2

Toggle v1.0.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update the stack parser to the latest raven-go code. 

v1.0.1

Toggle v1.0.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix a call stack format mismatch between go 1.11 and 1.12 

v1.0

Toggle v1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Import the initial implementation.