MCPcopy Create free account
hub / github.com/auth0/auth0-cli / ErrorBody

Struct ErrorBody

internal/cli/api.go:303–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301 }
302
303 type ErrorBody struct {
304 ErrorCode string `json:"errorCode"`
305 Message string `json:"message"`
306 }
307
308 var body ErrorBody
309 if err := json.NewDecoder(r.Body).Decode(&body); err != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected