The Candid Startup
    Preparing search index...

    Invalid BlobName error

    Occurs when trying to pass a BlobName that is too long or contains invalid characters

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    message: string

    End user message describing the problem

    type: "InvalidBlobNameError"

    Discriminated union tag