1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/server/httputils
Brian Goff ebcb7d6b40 Remove string checking in API error handling
Use strongly typed errors to set HTTP status codes.
Error interfaces are defined in the api/errors package and errors
returned from controllers are checked against these interfaces.

Errors can be wraeped in a pkg/errors.Causer, as long as somewhere in the
line of causes one of the interfaces is implemented. The special error
interfaces take precedence over Causer, meaning if both Causer and one
of the new error interfaces are implemented, the Causer is not
traversed.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-08-15 16:01:11 -04:00
..
decoder.go Add engine-api types to docker 2016-09-07 11:05:58 -07:00
errors.go Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
form.go Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
form_test.go use t.Fatal() to output the err message where the values used for formatting 2017-02-23 10:16:22 +08:00
httputils.go Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
httputils_test.go Move some api package functions away 2017-06-23 19:37:26 +02:00
httputils_write_json.go Remove Go 1.6 code from moby 2017-06-19 15:59:00 +03:00
write_log_stream.go Avoid using a map for log attributes 2017-07-18 19:01:20 -07:00