Enum wry::Error[][src]

#[non_exhaustive]
pub enum Error {
Show 21 variants GlibError(Error), GlibBoolError(BoolError), MissingManager, InitScriptError, RpcScriptError(String, String), NulError(NulError), OsError(OsError), ReceiverError(RecvError), SenderError(SendError<String>), MessageSender, Json(Error), UrlError(ParseError), Io(Error), Icon(BadIcon), DuplicateCustomProtocol(String), InvalidHeaderName(InvalidHeaderName), InvalidHeaderValue(InvalidHeaderValue), InvalidUri(InvalidUri), InvalidStatusCode(InvalidStatusCode), InvalidMethod(InvalidMethod), Infallible(Infallible),
}
Expand description

Errors returned by wry.

Variants (Non-exhaustive)

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
GlibError

Tuple Fields of GlibError

0: Error
GlibBoolError

Tuple Fields of GlibBoolError

0: BoolError
MissingManager
InitScriptError
RpcScriptError

Tuple Fields of RpcScriptError

0: String1: String
NulError

Tuple Fields of NulError

0: NulError
OsError

Tuple Fields of OsError

0: OsError
ReceiverError

Tuple Fields of ReceiverError

0: RecvError
SenderError

Tuple Fields of SenderError

0: SendError<String>
MessageSender
Json

Tuple Fields of Json

0: Error
UrlError

Tuple Fields of UrlError

0: ParseError
Io

Tuple Fields of Io

0: Error
Icon

Tuple Fields of Icon

0: BadIcon
DuplicateCustomProtocol

Tuple Fields of DuplicateCustomProtocol

0: String
InvalidHeaderName

Tuple Fields of InvalidHeaderName

0: InvalidHeaderName
InvalidHeaderValue

Tuple Fields of InvalidHeaderValue

0: InvalidHeaderValue
InvalidUri

Tuple Fields of InvalidUri

0: InvalidUri
InvalidStatusCode

Tuple Fields of InvalidStatusCode

0: InvalidStatusCode
InvalidMethod

Tuple Fields of InvalidMethod

0: InvalidMethod
Infallible

Tuple Fields of Infallible

0: Infallible

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

The lower-level source of this error, if any. Read more

🔬 This is a nightly-only experimental API. (backtrace)

Returns a stack backtrace, if available, of where this error occurred. Read more

👎 Deprecated since 1.42.0:

use the Display impl or to_string()

👎 Deprecated since 1.33.0:

replaced by Error::source, which can support downcasting

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

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.

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.