Skip to main content

Module error

Module error 

Source
Expand description

Error types

Structs§

BrokenArtifacts
One or more artifacts that cannot be used.
EnvironmentError
An environment operation failed.
MissingDependency
A dependency required for an operation is unavailable.
ResourceInterrupted
An external resource stopped before completing an operation.
ValueWithDtype
A formatted parameter value and its data type.

Enums§

BrokenArtifact
Reason an artifact cannot be used.
DType
Data type of a parameter value.
Error
Errors shared by the r2l workspace.
InvalidParameterError
Reason a parameter is invalid.
TensorError
Reason a tensor operation failed.

Type Aliases§

BoxedError
A thread-safe, type-erased error used for failures originating outside r2l-core.
Result
Result type returned by fallible r2l operations.