Requests, Notifications and Subscriptions from the SpecialError feature

interface SpecialErrorMessages {
    notifications:
        | AdvancedInfoNotification
        | LeaveSiteNotification
        | ReportInitExceptionNotification
        | ReportPageExceptionNotification
        | VisitSiteNotification;
    requests: InitialSetupRequest;
}

Properties