@backblaze-labs/b2-sdk - v0.2.0
    Preparing search index...

    Interface FileAccountInfoWriteErrorEvent

    Event emitted when an asynchronous auth-cache write fails.

    interface FileAccountInfoWriteErrorEvent {
        error: unknown;
        path: string;
    }
    Index

    Properties

    Properties

    error: unknown

    Underlying filesystem or serialization error.

    path: string

    Absolute path of the auth cache file.