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

    Interface B2ErrorOptions

    Metadata captured from B2 error response headers.

    interface B2ErrorOptions {
        requestId?: string;
        retryAfter?: number;
    }
    Index

    Properties

    requestId?: string

    B2 request ID from the X-Bz-Request-Id response header, if present.

    retryAfter?: number

    Retry delay in seconds from the Retry-After response header, if present.