git-lfs/errors
Taylor Blau 013c02d010 errors/types.go: add a new UnprocessableEntityError
To indicate that we have encountered an HTTP 422, let's introduce a new
sentinel type to do just that.

It will be instantiated and returned in a subsequent commit from
tq/basic_upload.go, and then caught down in tq/transfer_queue.go.
2018-07-31 13:21:49 -05:00
..
context.go errors: remove Error prefix 2016-08-19 14:03:39 -06:00
errors_test.go errors: remove Error prefix 2016-08-19 14:03:39 -06: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/types.go: add a new UnprocessableEntityError 2018-07-31 13:21:49 -05:00