@nycu-sdc/core-system-sdk
    Preparing search index...

    Interface NotFound

    interface NotFound {
        detail: string;
        status: 404;
        title: "Not Found";
        type: "https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404";
    }
    Index

    Properties

    Properties

    detail: string
    status: 404
    title: "Not Found"
    type: "https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404"