MCPcopy
hub / github.com/danielgtaylor/huma / ErrorDetail

Method ErrorDetail

error.go:13–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11// the use of custom error types. See `NewError` for more details.
12type ErrorDetailer interface {
13 ErrorDetail() *ErrorDetail
14}
15
16// ErrorDetail provides details about a specific error.

Callers 2

AddMethod · 0.65
error.goFile · 0.65

Implementers 1

ErrorDetailerror.go

Calls

no outgoing calls

Tested by

no test coverage detected