Enum ffsend_api::action::info::InfoError [−][src]
pub enum InfoError {
Request,
Response(ResponseError),
Decode(ReqwestError),
}Variants
RequestSending the request to fetch the file info failed.
Response(ResponseError)The server responded with an error while fetching the file info.
Decode(ReqwestError)Failed to decode the info response from the server. Maybe the server responded with data from a newer API version.