mtConnectStreamsExceptionsReport
Lexicon: eco.wonderland.workcell.current
Type: object
MtConnectExceptionsReport where exception is encountered in the streams response.
Properties
Section titled “Properties”exceptions
Section titled “exceptions”Type: [ exception ]
Required
header
Section titled “header”Type: header
Referenced By
Section titled “Referenced By”- main
eco.wonderland.workcell.current
Schema
Section titled “Schema”{ "type": "object", "required": [ "exceptions" ], "properties": { "exceptions": { "type": "array", "minLength": 1, "items": { "type": "ref", "ref": "lex:eco.wonderland.workcell.protocol.mtconnect.exception.defs#exception" } }, "header": { "type": "ref", "ref": "lex:eco.wonderland.workcell.protocol.mtconnect.stream.defs#header" } }}