Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
An utility pack for handling error
Attempt to execute a function and return a Result<T, E>.
An error object is a serializable representation of an error
Convert an error object to an error
Check if a value is an error object
Throw an error.
Convert an error to an error object
Try to execute a function and return the result or a default value if an error occurs.
Try to execute a function and return the result or execute another function and return its result if an error occurs.
Function indicating that this part is unimplemented.
Error indicating that this part is unimplemented.
Function indicating that this part is unreachable.
Alter the error of a function if an error is thrown.
Alter the error of a function if an error is thrown.
An error object is a serializable representation of an error
Convert an error object to an error
Check if a value is an error object
Convert an error to an error object
Throw an error.
Try to execute a function and return the result or a default value if an error occurs.
Try to execute a function and return the result or execute another function and return its result if an error occurs.
Function indicating that this part is unimplemented.
Error indicating that this part is unimplemented.
Function indicating that this part is unreachable.