MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / MidjourneyErrorWrapper

Function MidjourneyErrorWrapper

service/error.go:16–21  ·  view source on GitHub ↗
(code int, desc string)

Source from the content-addressed store, hash-verified

14)
15
16func MidjourneyErrorWrapper(code int, desc string) *dto.MidjourneyResponse {
17 return &dto.MidjourneyResponse{
18 Code: code,
19 Description: desc,
20 }
21}
22
23func MidjourneyErrorWithStatusCodeWrapper(code int, desc string, statusCode int) *dto.MidjourneyResponseWithStatusCode {
24 return &dto.MidjourneyResponseWithStatusCode{

Callers 6

RelaySwapFaceFunction · 0.92
RelayMidjourneySubmitFunction · 0.92
GetMjRequestModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected