Expand description
Error types
Structs§
- Broken
Artifacts - One or more artifacts that cannot be used.
- Environment
Error - An environment operation failed.
- Missing
Dependency - A dependency required for an operation is unavailable.
- Resource
Interrupted - An external resource stopped before completing an operation.
- Value
With Dtype - A formatted parameter value and its data type.
Enums§
- Broken
Artifact - Reason an artifact cannot be used.
- DType
- Data type of a parameter value.
- Error
- Errors shared by the
r2lworkspace. - Invalid
Parameter Error - Reason a parameter is invalid.
- Tensor
Error - Reason a tensor operation failed.
Type Aliases§
- Boxed
Error - A thread-safe, type-erased error used for failures originating outside
r2l-core. - Result
- Result type returned by fallible
r2loperations.