ServiceResult: Either<ServiceError, A>

Represents the result of a service operation that may fail.

Type Parameters

  • A

    The type of the successful result value