exceptionCode
Lexicon: eco.wonderland.workcell.observation.data.defs
Type: string
type-mismatch: Scope value type is mismatched.
Note: For example, a
stringinstead of anEnumerationvalue.
not-found: Scope is missing a property or a part.deprecated: Scope has been deprecated.extended: Scope is considered an extension.out-of-range: Scope is not within the expected range.duplicate-entry: Scope is a duplicate or has duplicate properties or parts.invalid-format: Scope has either an invalid format or does not conform to the expected pattern.
Schema
Section titled “Schema”{ "type": "string", "knownValues": [ "type-mismatch", "not-found", "deprecated", "extended", "out-of-range", "duplicate-entry", "invalid-format" ]}