Notifies browser of an in-page exception

interface ReportPageException {
    message: string;
}

Properties

Properties

message: string

Exception description