SongGuess
    Preparing search index...

    Error object for Stream binding operations.

    interface NotFoundError {
        code: number;
        message: string;
        name: "NotFoundError";
        stack?: string;
        statusCode: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: number
    message: string
    name: "NotFoundError"
    stack?: string
    statusCode: number