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

Function sharedStateCodecNotConfiguredError

shared_state.go:404–406  ·  view source on GitHub ↗
(format, direction string)

Source from the content-addressed store, hash-verified

402}
403
404func sharedStateCodecNotConfiguredError(format, direction string) error {
405 return fmt.Errorf("fiber: shared state %s %s is not configured", format, direction)
406}
407
408func sharedStateCodecPanicError(operation, format string, recovered any) error {
409 if err, ok := recovered.(error); ok {

Callers 2

encodeSharedStateValueFunction · 0.85
decodeSharedStateValueFunction · 0.85

Calls 1

ErrorfMethod · 0.65

Tested by

no test coverage detected