Interface InsightAPIErrorStatusResponse

interface InsightAPIErrorStatusResponse {
    ignored?: boolean;
    message: string;
    statusCode: number;
    type: string;
}

Properties

ignored?: boolean
message: string
statusCode: number
type: string