A union type representing either a successful value (Ok) or an error (Err). This is used throughout the library to handle operations that might fail.
The type of the successful value
A union type representing either a successful value (Ok) or an error (Err). This is used throughout the library to handle operations that might fail.