@vsokolov/utils - v0.32.0
    Preparing search index...

    Interface Failure<E>

    Failure variant of Result containing error and no data.

    interface Failure<E> {
        data: null;
        error: E;
    }

    Type Parameters

    • E

      The type of the error

    Index

    Properties

    Properties

    data: null
    error: E