Enum shuttle_sdk::Error
[−]
[src]
pub enum Error {
UnsecureConnection,
HttpError(Error),
HttpParseError(UrlError),
Core(Error),
DeserializeError,
Error,
}Error type.
Variants
UnsecureConnectionError that can occur when connecting non secure horizon server.
HttpError(Error)Error that can occur when interacting with HTTP.
HttpParseError(UrlError)Error that can occur when parsing HTTP URL.
Core(Error)Error that originates from shuttle_core.
DeserializeErrorErrror that can occur when deserializing json.
ErrorGeneric error