MCPcopy
hub / github.com/gofiber/fiber / Err

Method Err

ctx_interface_gen.go:51–51  ·  view source on GitHub ↗

Err mirrors context.Err, returning nil until cancellation and then the terminal error value. Due to current limitations in how fasthttp works, Err operates as a nop. See: https://github.com/valyala/fasthttp/issues/965#issuecomment-777268945

()

Source from the content-addressed store, hash-verified

49 // Due to current limitations in how fasthttp works, Err operates as a nop.
50 // See: https://github.com/valyala/fasthttp/issues/965#issuecomment-777268945
51 Err() error
52 // Request return the *fasthttp.Request object
53 // This allows you to use all fasthttp request methods
54 // https://godoc.org/github.com/valyala/fasthttp#Request

Callers 15

StartMethod · 0.65
StateMethod · 0.65
TerminateMethod · 0.65
startServicesMethod · 0.65
shutdownServicesMethod · 0.65
Test_Ctx_ErrFunction · 0.65
contextRecordFromFunction · 0.65
GetWithContextMethod · 0.65
SetWithContextMethod · 0.65
DeleteWithContextMethod · 0.65
ResetWithContextMethod · 0.65
contextRecordFromFunction · 0.65

Calls

no outgoing calls

Tested by 15

StartMethod · 0.52
StateMethod · 0.52
TerminateMethod · 0.52
Test_Ctx_ErrFunction · 0.52
contextRecordFromFunction · 0.52
GetWithContextMethod · 0.52
SetWithContextMethod · 0.52
DeleteWithContextMethod · 0.52
ResetWithContextMethod · 0.52
contextRecordFromFunction · 0.52