git-lfs/errors
brian m. carlson 44b8b6aba6
errors: add a function to extract exit status from error
Right now, we have some custom code to extract the exit status from an
appropriate error.  However, we'll need to use this in multiple places,
so let's refactor it out into a function.

We use the Go 1.13 errors package because we no longer test for Go 1.13
since our dependencies also use this package and there's no practical
way to avoid this dependency.
2021-11-02 13:26:27 +00:00
..
context.go errors: remove Error prefix 2016-08-19 14:03:39 -06:00
errors_test.go Fix error strings to follow Go guidelines 2019-10-22 17:33:49 +03:00
errors.go Print error causes to stderr 2017-02-24 16:31:27 -07:00
types_test.go Set package version to v3 2021-09-02 20:41:08 +00:00
types.go errors: add a function to extract exit status from error 2021-11-02 13:26:27 +00:00