Enum rosrust::api::error::ErrorKind[][src]

pub enum ErrorKind {
Show 15 variants XmlRpc(ErrorKind), Tcpros(ErrorKind), Naming(ErrorKind), Io(Error), FromUTF8(FromUtf8Error), Response(ResponseError), SigintOverride(Error), Msg(String), Duplicate(String), MismatchedType(String, String, String), MultipleInitialization, TimeoutError, BadYamlData(String), CannotResolveName(String), CommunicationIssue(String), // some variants omitted
}
Expand description

The kind of an error.

Variants

XmlRpc

Tuple Fields of XmlRpc

0: ErrorKind
Tcpros

Tuple Fields of Tcpros

0: ErrorKind
Naming

Tuple Fields of Naming

0: ErrorKind
Io

Tuple Fields of Io

0: Error
FromUTF8

Tuple Fields of FromUTF8

0: FromUtf8Error
Response

Tuple Fields of Response

0: ResponseError
SigintOverride

Tuple Fields of SigintOverride

0: Error
Msg

A convenient variant for String.

Tuple Fields of Msg

0: String
Duplicate

Tuple Fields of Duplicate

0: String
MismatchedType

Tuple Fields of MismatchedType

0: String1: String2: String
MultipleInitialization
TimeoutError
BadYamlData

Tuple Fields of BadYamlData

0: String
CannotResolveName

Tuple Fields of CannotResolveName

0: String
CommunicationIssue

Tuple Fields of CommunicationIssue

0: String

Implementations

A string describing the error kind.

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Get the TypeId of this object.