Namespace FoundationaLLM.Common.Models.Services
Classes
- DomainError
Represents a domain-specific error (RFC 7807 style).
- Result
Represents the outcome of an operation, indicating either success or failure and providing error information if applicable.
- Result<T>
Represents the result of an operation that can succeed with a value of a specified reference type or fail with a domain error.