MalInt
    Preparing search index...

    Interface NotFoundError

    Returned when a requested resource is not found.

    interface NotFoundError {
        message: string;
        resource: string;
        type: "notFound";
    }
    Index

    Properties

    Properties

    message: string
    resource: string
    type: "notFound"