ExceptionCodeEnum
Version Info
| Introduced | Deprecated | Updated |
|---|
| 2.6 | | |
Enumeration Literals
| Name | Int | Dep | Upd | Description | | DEPRECATED | 2.6 | | | scope has been deprecated. |
| DUPLICATE_ENTRY | 2.6 | | | scope is a duplicate or has duplicate properties or parts. |
| EXTENDED | 2.6 | | | scope is considered an extension of the MTConnect Standard. |
| INVALID_FORMAT | 2.6 | | | scope has either an invalid format or does not conform to the expected pattern. |
| NOT_FOUND | 2.6 | | | scope is missing a property or a part. |
| OUT_OF_RANGE | 2.6 | | | scope is not within the expected range. |
| TYPE_MISMATCH | 2.6 | | | scope value type is mismatched. > Note: For example, a string instead of an Enumeration value. |