Enum rosrust::api::error::naming::ErrorKind [−][src]
pub enum ErrorKind {
Msg(String),
IllegalCharacter(String),
IllegalFirstCharacter(String),
EmptyName,
LeadingSlashMissing(String),
MissingParent,
// some variants omitted
}
Expand description
The kind of an error.
Variants
A convenient variant for String.
Tuple Fields of Msg
0: String
Tuple Fields of IllegalCharacter
0: String
Tuple Fields of IllegalFirstCharacter
0: String
Tuple Fields of LeadingSlashMissing
0: String
Implementations
A string describing the error kind.