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 NoContinuationError {
        message: string;
        type: "NoContinuationError";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    message: string

    End user message describing the problem

    type: "NoContinuationError"

    Discriminated union tag