diff --git a/libimagentrydate/src/datepath/error.rs b/libimagentrydate/src/datepath/error.rs index 5516b7ef..1a163208 100644 --- a/libimagentrydate/src/datepath/error.rs +++ b/libimagentrydate/src/datepath/error.rs @@ -20,7 +20,8 @@ /// Error module for the DatePathCompiler type generate_error_module! { generate_error_types!(DatePathCompilerError, DatePathCompilerErrorKind, - DatePathCompilerError => "Unknown DatePathCompiler error" + UnknownDatePathCompilerError => "Unknown DatePathCompiler error", + StoreIdBuildFailed => "Failed building StoreId object" ); } pub use self::error::DatePathCompilerError;