SongGuess
    Preparing search index...

    Error thrown by Artifacts binding operations.

    Uses a string .code discriminator following the Cloudflare platform convention (StreamError, ImagesError, etc.). The .numericCode matches the REST API errors[].code values.

    interface ArtifactsError {
        code: ArtifactsErrorCode;
        message: string;
        name: "ArtifactsError";
        numericCode: number;
        stack?: string;
    }

    Hierarchy

    • Error
      • ArtifactsError
    Index

    Properties

    String error code for programmatic matching.

    message: string
    name: "ArtifactsError"
    numericCode: number

    Numeric error code matching the REST API.

    stack?: string