git-lfs/errors
brian m. carlson 4a784c9efe
errors: add a type for SSH protocol errors
We'll want to distinguish between certain types of SSH protocol errors
and other types of errors, so let's create a specific type in our errors
class and implement error wrapping for it.
2021-07-20 18:39:10 +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 Move retry logic to errors.IsRetrialbeError 2017-06-14 06:40:33 +02:00
types.go errors: add a type for SSH protocol errors 2021-07-20 18:39:10 +00:00