ErrRedirectBackNoFallback Class — fiber Architecture
Architecture documentation for the ErrRedirectBackNoFallback class in error.go from the fiber codebase.
Entity Profile
Dependency Diagram
graph TD 51978100_4c0e_ef79_5dcc_ab196f356372["ErrRedirectBackNoFallback"] d39e01b3_c233_6568_8cf9_3e8674531eab["error.go"] 51978100_4c0e_ef79_5dcc_ab196f356372 -->|defined in| d39e01b3_c233_6568_8cf9_3e8674531eab
Relationship Graph
Source Code
error.go lines 28–30
var (
ErrRedirectBackNoFallback = NewError(StatusInternalServerError, "Referer not found, you have to enter fallback URL for redirection.")
)
Defined In
Source
Frequently Asked Questions
What is the ErrRedirectBackNoFallback class?
ErrRedirectBackNoFallback is a class in the fiber codebase, defined in error.go.
Where is ErrRedirectBackNoFallback defined?
ErrRedirectBackNoFallback is defined in error.go at line 28.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free