MCPcopy
hub / github.com/cshum/imagor / Error

Struct Error

errors.go:57–60  ·  view source on GitHub ↗

Error imagor error convention

Source from the content-addressed store, hash-verified

55
56// Error imagor error convention
57type Error struct {
58 Message string `json:"message,omitempty"`
59 Code int `json:"status,omitempty"`
60}
61
62type timeoutErr interface {
63 Timeout() bool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected