diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-10-08 21:56:57 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-10-08 21:56:57 -0400 |
commit | d3a28fde46bb06f084c74904fa8849b40e5f8c87 (patch) | |
tree | e2d52a37524f1e792d6acc6e871f7711ca64001a /dichroism/src/error.rs | |
parent | 89722ebd6dcdc7067277050a431fbb7b9ea1dcf5 (diff) | |
download | theglassyladies-d3a28fde46bb06f084c74904fa8849b40e5f8c87.tar.xz theglassyladies-d3a28fde46bb06f084c74904fa8849b40e5f8c87.zip |
refactored image_api into NewProductImageData and NewProductImages,
ready for repo
Diffstat (limited to 'dichroism/src/error.rs')
-rw-r--r-- | dichroism/src/error.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dichroism/src/error.rs b/dichroism/src/error.rs index 17c0024..43933d4 100644 --- a/dichroism/src/error.rs +++ b/dichroism/src/error.rs @@ -2,6 +2,7 @@ pub enum DichroismError { UriDataExtract, InvalidImageRoot, + ImageWrite, } impl std::error::Error for DichroismError {} |