Enum ffsend_api::action::params::ParamsDataError [−][src]
pub enum ParamsDataError {
DownloadBounds,
Owned(DataError),
}Variants
DownloadBoundsThe number of downloads is invalid, as it was out of the allowed
bounds. See PARAMS_DOWNLOAD_MIN and PARAMS_DOWNLOAD_MAX.
Owned(DataError)Some error occurred while trying to wrap the parameter data in an owned object, which is required for authentication on the server. The wrapped error further described the problem.
Trait Implementations
impl Debug for ParamsDataError[src]
impl Debug for ParamsDataErrorAuto Trait Implementations
impl Send for ParamsDataError
impl Send for ParamsDataErrorimpl Sync for ParamsDataError
impl Sync for ParamsDataError