MCPcopy
hub / github.com/pocketbase/pocketbase / Params

Method Params

tools/router/error.go:26–26  ·  view source on GitHub ↗

Params defines a map with dynamic parameters to return as part of the public safe error view.

()

Source from the content-addressed store, hash-verified

24type SafeErrorParamsResolver interface {
25 // Params defines a map with dynamic parameters to return as part of the public safe error view.
26 Params() map[string]any
27}
28
29// SafeErrorResolver defines an error interface for resolving the public safe error fields.

Callers 1

resolveSafeErrorItemFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected