Enum json_job_dispatch::ErrorKind [−]
The kind of an error.
Variants
Msg(String)
A convenient variant for String.
NotADirectory(PathBuf)
The queue directory is not actually a directory.
DuplicateHandler(String)
A handler already exists with the given name.
HandlerError
A handler already exists with the given name.
Methods
impl ErrorKind
impl ErrorKind
pub fn description(&self) -> &str
pub fn description(&self) -> &str
A string describing the error kind.
Trait Implementations
impl From<ErrorKind> for Error
impl From<ErrorKind> for Error
impl Debug for ErrorKind
impl Debug for ErrorKind
impl Display for ErrorKind
impl Display for ErrorKind
impl<'a> From<&'a str> for ErrorKind
impl<'a> From<&'a str> for ErrorKind
impl From<String> for ErrorKind
impl From<String> for ErrorKind
impl From<Error> for ErrorKind
impl From<Error> for ErrorKind