Optional appendOptional btnIf it's a function, the dialog will not (!) be closed automatically.
If btnText is an array, this also needs to be an array of the same length with functions & ButtonActions.
Default value is CloseDialog
Optional btnDefault value is 'Continue'
Optional criticalThe default error message is different for critical and non critical errors (user can continue or should try
again later, ...).
Default value is false.
Optional detailThe detail text that is shown for the error.
Can be a simple string or html.
Optional dialogAdditional class(es) which are added to the dialogs base element
Optional errorIf given, the error name is shown in the default error details body.
Can be used to show error IDs of failed server responses.
Optional errorThe name under which errors are reported and grouped in raygun.
The given title is used if this is not given.
Optional errorAdditional text to report to raygun which won't be shown to the user.
Also it is shown with the title in the console session history.
Optional excException text and stack (if available) will be passed to raygun
Optional hideTrue to hide an already shown error.
If false the error won't be shown if there is already an error dialog visible.
Default value is false
Optional isTrue to send additional SignalR logs with the session log to raygun.
Also sends the browser reported online status with the json obj.
Default value is false
Optional jsonAn additional JSON object which will be passed to raygun
Optional reportReport error to raygun.
Default value is true.
Optional rgUse this error ID instead of creating a new one
Optional showOptional showCan be used to silently send error messages to raygun.
Default value is true
Optional tagsCan be used to add custom tags which are sent to raygun
Generated using TypeDoc
If true the
defaultErrorDetailcontaining the error id + contact link, will be appended to the given detail text.Default value is
false