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

Struct OpenAIError

common/openai_tools.go:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75type OpenAIError struct {
76 Error Error `json:"error"`
77}
78
79type Error struct {
80 Message string `json:"message"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected