Enum rvk::error::Error [−][src]
A generic error
Variants
API(APIError)Errors from the API
Request(Error)Errors with making a request
Serde(Error)Serialization/Deserialization errors
Other(String)Other errors
Trait Implementations
impl Debug for Error[src]
impl Debug for Errorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<APIError> for Error[src]
impl From<APIError> for Errorimpl From<Error> for Error[src]
impl From<Error> for Errorimpl From<Error> for Error[src]
impl From<Error> for Errorimpl From<String> for Error[src]
impl From<String> for Errorimpl From<&'static str> for Error[src]
impl From<&'static str> for Error