shajara API
    Preparing search index...

    Interface CanceledFailure

    Failure value reported when a process, scope, or future converges through cancellation.

    interface CanceledFailure {
        kind: "canceled";
        message: string;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Properties

    kind: "canceled"
    message: string