Interface MasqErrorReport

interface MasqErrorReport {
    incident: string;
    message: string;
    origin: "IGPAPI.MASQ";
    status: "fail";
}

Properties

incident: string
message: string
origin: "IGPAPI.MASQ"
status: "fail"