If 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 Cbn.ErrorHandler.ButtonActionType.CloseDialog
Default value is 'Continue'
The default error message is different for critical and non critical errors (user can continue or should try
again later, ...).
Default value is false
.
The detail text that is shown for the error.
Can be a simple string or html.
Additional class(es) which are added to the dialogs base element
If given, the error name is shown in the default error details body.
Can be used to show error IDs of failed server responses.
The name under which errors are reported and grouped in raygun.
The given title is used if this is not given.
Additional 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.
Exception text and stack (if available) will be passed to raygun
True 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
True 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
An additional JSON object which will be passed to raygun
Report error to raygun.
Default value is true
.
Use this error ID instead of creating a new one
Can be used to silently send error messages to raygun.
Default value is true
Can be used to add custom tags which are sent to raygun
Generated using TypeDoc
If true the
defaultErrorDetail
containing the error id + contact link, will be appended to the given detail text.Default value is
false