summaryrefslogtreecommitdiffstats
path: root/src/errors.rs
diff options
context:
space:
mode:
authorsoftprops <d.tangren@gmail.com>2016-01-03 22:24:00 -0500
committersoftprops <d.tangren@gmail.com>2016-01-03 22:24:00 -0500
commit50966067658108d08ad79deefb59d471f9c96fa1 (patch)
tree4edcceee11805749be4a500395508228cfce84e6 /src/errors.rs
parent49b5b4fd76cb2641caed877fc95a73368451b3af (diff)
container create should following the same pattern as other methods that take options
Diffstat (limited to 'src/errors.rs')
-rw-r--r--src/errors.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/errors.rs b/src/errors.rs
index cac84b5..d18399e 100644
--- a/src/errors.rs
+++ b/src/errors.rs
@@ -1,3 +1,5 @@
+//! Representations of various client errors
+
use std::io::Error as IoError;
use hyper::Error as HttpError;
use hyper::status::StatusCode;