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

    Interface BadRequest

    interface BadRequest {
        detail: string;
        status: 400;
        title: "Bad Request";
        type: "https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/400";
    }
    Index

    Properties

    Properties

    detail: string
    status: 400
    title: "Bad Request"
    type: "https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/400"