core-utils
    Preparing search index...

    Type Alias ServiceResult<A>

    ServiceResult: SuccessResult<A> | FailureResult

    Represents the result of a service operation that may fail.

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

    Type Parameters

    • A

      The type of the successful result value