error library
Exceptions / Errors
- NotFoundError
- Error and its subclasses are for programmatic errors. If one of those occurs, your code is bad and you should fix your code.
- ObjectLinkFormatError
- Thrown for each operation that manipulates objects when the addressing is incorrect.
- RegistryEntryNotFound
- Thrown when someone wants to create a new SmartObject in Directory, however the SmartObjectRegistry does not contain a specific OID or RID
- ResourceNotInitializedError
- ValueError
- Thrown when parsing anything from String or Json and the expected value has different type or different format than the received one
- ValueTypeError
-
Thrown when creating a Value from a ValueType but the
but the provided
valueis not of the expected type