MCPcopy Create free account
hub / github.com/Stylsheets/TaskEaseGPT / HTTPError

Struct HTTPError

golang/internal/memory/pinecone/pinecone.go:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26type HTTPError struct {
27 StatusCode int
28 ErrorResponse
29}
30
31func (e *HTTPError) Error() string {
32 return fmt.Sprintf("HTTP %d: %s, Details: %v", e.StatusCode, e.Message, e.Details)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected