MalInt
    Preparing search index...

    Interface FunctionNotFoundError

    Returned when a requested handler function is not registered.

    interface FunctionNotFoundError {
        message: string;
        name: string;
        type: "functionNotFound";
    }
    Index

    Properties

    Properties

    message: string
    name: string
    type: "functionNotFound"