Enum actix_web::HttpRangeParseError 
                   
                       [−]
                   
               [src]
pub enum HttpRangeParseError {
    InvalidRange,
    NoOverlap,
}Range parsing error
Variants
InvalidRangeReturned if range is invalid.
NoOverlapReturned if first-byte-pos of all of the byte-range-spec values is greater than the content size. See https://github.com/golang/go/commit/aa9b3d7