lexicon
Id: eco.wonderland.workcell.protocol.mtconnect.exception.defs
Type: lexicon
Objects
Section titled “Objects”- exception: Irregularity encountered by an agent in a response document that may or may not conform to this Lexicon.
- mtConnectAssetsExceptionsReport: MtConnectExceptionsReport where exception is encountered in the assets response.
- mtConnectDevicesExceptionsReport: MtConnectExceptionsReport where exception is encountered in the devices response.
- mtConnectExceptionsReport: Root entity of an exceptions report response that contains the exception report information.
- mtConnectStreamsExceptionsReport: MtConnectExceptionsReport where exception is encountered in the streams response.
- trace: Information about the characteristics of the exception.
Schema
Section titled “Schema”{ "id": "eco.wonderland.workcell.protocol.mtconnect.exception.defs", "lexicon": 1, "defs": { "exception": { "type": "object", "required": [ "trace" ], "properties": { "trace": { "type": "ref", "ref": "#trace" } } }, "mtConnectAssetsExceptionsReport": { "type": "object", "required": [ "exceptions" ], "properties": { "exceptions": { "type": "array", "minLength": 1, "items": { "type": "ref", "ref": "#exception" } }, "header": { "type": "ref", "ref": "lex:eco.wonderland.workcell.protocol.mtconnect.asset.defs#header" } } }, "mtConnectDevicesExceptionsReport": { "type": "object", "required": [ "exceptions" ], "properties": { "exceptions": { "type": "array", "minLength": 1, "items": { "type": "ref", "ref": "#exception" } }, "header": { "type": "ref", "ref": "lex:eco.wonderland.workcell.protocol.mtconnect.device.defs#header" } } }, "mtConnectExceptionsReport": { "type": "object", "properties": {} }, "mtConnectStreamsExceptionsReport": { "type": "object", "required": [ "exceptions" ], "properties": { "exceptions": { "type": "array", "minLength": 1, "items": { "type": "ref", "ref": "#exception" } }, "header": { "type": "ref", "ref": "lex:eco.wonderland.workcell.protocol.mtconnect.stream.defs#header" } } }, "trace": { "type": "object", "properties": {} } }}