mtConnectError
Lexicon: eco.wonderland.workcell.protocol.mtconnect.error.defs
Type: object
Root entity of an errors response that contains the error information.
Properties
Section titled “Properties”header
Section titled “header”Type: header
Required
errors
Section titled “errors”Type: errors
Required
Type: error | assetNotFound | internalError | invalidParameterValue | invalidQueryParameter | invalidRequest | invalidURI | invalidPath | noDevice | outOfRange | queryError | tooMany | unauthorized | unsupported
Required
Referenced By
Section titled “Referenced By”- main
eco.wonderland.scheduler.completeUpload
Schema
Section titled “Schema”{ "type": "object", "required": [ "header", "errors", "error" ], "properties": { "header": { "type": "ref", "ref": "#header" }, "errors": { "type": "ref", "ref": "#errors" }, "error": { "type": "union", "refs": [ "#error", "#assetNotFound", "#internalError", "#invalidParameterValue", "#invalidQueryParameter", "#invalidRequest", "#invalidURI", "#invalidPath", "#noDevice", "#outOfRange", "#queryError", "#tooMany", "#unauthorized", "#unsupported" ] } }}