MCPcopy Create free account
hub / github.com/clawvisor/clawvisor / Error

Method Error

internal/api/handlers/proxy_resolver.go:659–661  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

657}
658
659func (e *resolverAPIError) Error() string {
660 return fmt.Sprintf("%s: %s", e.code, e.msg)
661}
662
663// swapHeaderPlaceholders walks the inbound request's headers, replaces any
664// `autovault_…` substring with the corresponding vault credential, and

Calls

no outgoing calls