ErrRangeMalformed Class — fiber Architecture
Architecture documentation for the ErrRangeMalformed class in error.go from the fiber codebase.
Entity Profile
Dependency Diagram
graph TD 228d1ff4_0fc3_033c_ad39_18de0d44dcc0["ErrRangeMalformed"] d39e01b3_c233_6568_8cf9_3e8674531eab["error.go"] 228d1ff4_0fc3_033c_ad39_18de0d44dcc0 -->|defined in| d39e01b3_c233_6568_8cf9_3e8674531eab
Relationship Graph
Source Code
error.go lines 33–37
var (
ErrRangeMalformed = errors.New("range: malformed range header string")
ErrRangeTooLarge = NewError(StatusRequestedRangeNotSatisfiable, "range: too many ranges")
ErrRangeUnsatisfiable = errors.New("range: unsatisfiable range")
)
Defined In
Source
Frequently Asked Questions
What is the ErrRangeMalformed class?
ErrRangeMalformed is a class in the fiber codebase, defined in error.go.
Where is ErrRangeMalformed defined?
ErrRangeMalformed is defined in error.go at line 33.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free