@idkollen/client
    Preparing search index...

    Interface FtnFailed

    Returned when the FTN session has failed.

    interface FtnFailed {
        error: ApiErrorCode;
        id: string;
        refId?: string;
    }
    Index

    Properties

    Properties

    id: string
    refId?: string