Function actix_web::error::ErrorRangeNotSatisfiable
source ยท pub fn ErrorRangeNotSatisfiable<T>(err: T) -> Error
Expand description
Helper function that wraps any error and generates a RANGE_NOT_SATISFIABLE
response.