MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / Error

Method Error

internal/httpapi/errors.go:54–54  ·  view source on GitHub ↗

Error implements the error interface (huma.StatusError embeds error).

()

Source from the content-addressed store, hash-verified

52
53// Error implements the error interface (huma.StatusError embeds error).
54func (e *ErrorEnvelope) Error() string { return e.Err.Message }
55
56// GetStatus implements huma.StatusError so Huma writes the right status.
57func (e *ErrorEnvelope) GetStatus() int { return e.status }

Callers 15

TestGetInfoFunction · 0.45
TestLegacyFallbackFunction · 0.45
TestPollRateLimitedFunction · 0.45
TestRegRateLimitedFunction · 0.45
serverWithSendLimitFunction · 0.45
handleUpdateMessageMethod · 0.45
handleListMessagesMethod · 0.45
handleReplyMethod · 0.45
handleForwardMethod · 0.45
validateOutboundBodyMethod · 0.45

Calls

no outgoing calls