core-utils
    Preparing search index...

    Type Alias ServiceResult<A, E>

    ServiceResult: SuccessResult<A> | FailureResult<E>

    Represents the result of a service operation that may fail.

    The type is also an Either, allowing functions built for Either.

    Type Parameters