Documentation Index
Fetch the complete documentation index at: https://mintlify.com/tinrab/temelj/llms.txt
Use this file to discover all available pages before exploring further.
Result<T, E>
A result monad that can either be a success or an error.The type of the success value
The type of the error value
A discriminated union type that is either a success or an error
Example
ResultOk<T>
A result value that is a success.The type of the success value
Discriminant property that identifies this as a success result
The success value
Example
ResultErr<E>
A result value that is an error.The type of the error value
Discriminant property that identifies this as an error result
The error value