Skip to content

exceptionCode

Lexicon: eco.wonderland.workcell.observation.data.defs
Type: string

  • type-mismatch: Scope value type is mismatched.

Note: For example, a string instead of an Enumeration value.

  • 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.
{
"type": "string",
"knownValues": [
"type-mismatch",
"not-found",
"deprecated",
"extended",
"out-of-range",
"duplicate-entry",
"invalid-format"
]
}
© Lookinglass 2026