amitshukla 9637cb40cd Fix for issue 664: https://github.com/docker/distribution/issues/664
Errors thrown by storage drivers don't have the name of the driver, causing user
confusion about whether the error is coming from Docker or from a storage driver.
This change adds the storage driver name to each error message.

This required changing ErrUnsupportedDriver to a type, leading to code changes
whenever ErrUnsupportedDriver is used.  The tests check whether the driver name
appears in the error message.

Signed-off-by: Amit Shukla <amit.shukla@docker.com>
2015-11-03 11:19:17 -08:00
..
2015-05-15 17:56:28 -07:00
2015-08-17 18:51:05 -07:00
2015-08-17 18:51:05 -07:00
2015-05-15 17:05:18 -07:00
2015-05-15 17:05:18 -07:00
2015-05-15 17:05:18 -07:00
2015-05-15 17:05:18 -07:00
2015-08-17 18:51:05 -07:00
2015-08-17 18:51:05 -07:00
2015-08-17 18:51:05 -07:00
2015-08-17 18:51:05 -07:00
2015-08-17 18:51:05 -07:00
2015-08-17 18:51:05 -07:00
2015-08-17 18:51:05 -07:00
2015-05-15 17:05:18 -07:00
2015-08-17 18:51:05 -07:00
2015-10-19 16:42:12 -07:00