moby--moby/runconfig
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
..
fixtures Move the runconfig.Parse() function into the runconfig/opts package. 2016-01-04 12:06:29 -05:00
opts Remove some more `opts` from runconfig (not used anymore) 2017-06-03 15:07:33 -07:00
config.go Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
config_test.go Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
config_unix.go Fix some data races 2017-02-01 14:43:58 -05:00
config_windows.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
hostconfig.go Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
hostconfig_solaris.go Windows: Balk on --privileged 2017-03-13 08:56:17 -07:00
hostconfig_test.go Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
hostconfig_unix.go Stop referring CLI flags in error messages if API client is unknown 2017-05-22 18:50:49 -04:00
hostconfig_windows.go Stop referring CLI flags in error messages if API client is unknown 2017-05-22 18:50:49 -04:00
hostconfig_windows_test.go Stop referring CLI flags in error messages if API client is unknown 2017-05-22 18:50:49 -04:00