sword_result library
SwordResult public API.
Classes
-
Err<
T, E> - Represents a failed result.
-
Ok<
T, E> - Represents a successful result.
-
Result<
T, E> - A typed result for error handling that avoids exceptions in flow control.
- UnhandledException
- Represents an unhandled exception captured by trySync/tryAsync.
Exceptions / Errors
- UnwrapException
- Exception thrown when unwrap() is called on an Err value.