Namespace OneImlx.Shared.Infrastructure
Classes
- Error
The generic error.
- ErrorException
The exception that represents an error.
- MultiErrorException
The exception that represents multiple errors.
- TryResultOrError<T>
The generic result of a trying method. The trying method must return an error or a valid result. Both Error and Result cannot be null.