The Candid Startup
    Preparing search index...

    Error when trying to access a blob as a directory or vice versa

    Occurs when trying to access a blob/directory with a BlobName that refers to a directory/blob

    interface BlobWrongKindError {
        message: string;
        type: "BlobWrongKindError";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    message: string

    End user message describing the problem

    type: "BlobWrongKindError"

    Discriminated union tag