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

Struct MyError

huma_test.go:3372–3376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3370}
3371
3372type MyError struct {
3373 status int
3374 Message string `json:"message"`
3375 Details []string `json:"details"`
3376}
3377
3378func (e *MyError) Error() string {
3379 return e.Message

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected