Skip to main content
Module error
somatize_
core
0.5.1
Module error
Module Items
Enums
Type Aliases
In crate somatize_
core
somatize_core
Module
error
Copy item path
Source
Expand description
Error types for the Soma runtime.
Enums
§
Soma
Error
The one error type the whole workspace returns.
Type Aliases
§
Result
Shorthand for
std::result::Result
with
SomaError
, used across the workspace.