MCPcopy Create free account
hub / github.com/LumaAI-API/Luma-API / WrapperErrorResp

Struct WrapperErrorResp

models.go:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38type WrapperErrorResp struct {
39 ErrorResp ErrorResp
40 StatusCode int
41}
42
43type ErrorResp struct {
44 Detail string `json:"detail"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected