Add error kind
This commit is contained in:
parent
e22a0db6cb
commit
692a617ce6
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue