action gambitcomm_get_return { label: "The return mode." description: "The OpenAPI daemon operates in two modes, nocatch, where error returns from MIMIC operations return error; or catch, where the TCL catch semantics are used (these are similar to C++ exceptions)" provider: gambitcomm method: GET path: "/mimic/get/return" encoding: json output: { type: "object" } }