Details to show in the Error dialog

Hierarchy

  • ErrorDialogOptions

Properties

details?: string

Details about the error. When you specify this, the Download Log File button is available in the error message, and clicking it will let users download a text file with the content specified in this attribute.

errorCode?: number

The error code. If you just set errorCode, the message for the error code is automatically retrieved from the server and displayed in the error dialog. If you specify an invalid errorCode value, an error dialog with a default error message is displyed.

message?: string

The message to be displayed in the error dialog.

Generated using TypeDoc