moby--moby/volume/store
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
..
db.go Update logrus to v1.0.1 2017-07-31 13:16:46 -07:00
errors.go Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
restore.go Update logrus to v1.0.1 2017-07-31 13:16:46 -07:00
store.go Update logrus to v1.0.1 2017-07-31 13:16:46 -07:00
store_test.go Merge pull request #29083 from cpuguy83/fix_volume_rm_metadata 2017-06-09 13:44:59 +02:00
store_unix.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
store_windows.go Fix typos found across repository 2015-12-13 18:04:12 +02:00