lean-s3
    Preparing search index...

    Type Alias S3ErrorOptions

    type S3ErrorOptions = {
        cause?: unknown;
        hostId?: string;
        message?: string;
        requestId?: string;
    }
    Index

    Properties

    cause?: unknown
    hostId?: string
    message?: string
    requestId?: string