Union type representing either a successful result (Ok) or a failed result (Err).
The type of the success value
The type of the error object
Union type representing either a successful result (Ok) or a failed result (Err).