MCPcopy Index your code
hub / github.com/LumaAI-API/Luma-API / ReturnLumaError

Function ReturnLumaError

luma.go:55–58  ·  view source on GitHub ↗
(c *gin.Context, err ErrorResp, statusCode int)

Source from the content-addressed store, hash-verified

53}
54
55func ReturnLumaError(c *gin.Context, err ErrorResp, statusCode int) {
56 common.Logger.Errorw("wrapper luma error", "statusCode", statusCode, "err", err)
57 c.JSON(statusCode, err)
58}
59
60func GetLumaAuth() string {
61 return common.COOKIE

Callers 2

UploadFunction · 0.85
doGenerationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected