Enum shuttle_sdk::Error
[−]
[src]
pub enum Error { UnsecureConnection, HttpError(Error), HttpParseError(UrlError), Core(Error), DeserializeError, Error, }
Error type.
Variants
UnsecureConnection
Error 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
.
DeserializeError
Errror that can occur when deserializing json.
Error
Generic error