ReportError

data class ReportError(val errorMessage: String, val fatalError: Boolean) : ReportEvent

A ReportEvent representing an error from the ReportViewController so the enclosing activity can notify the user of the error.

Parameters

errorMessage
a message including information about the error being reported.
fatalError
a boolean indicating whether or not the error prevented the report from loading.

Constructors

Link copied to clipboard
constructor(errorMessage: String, fatalError: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard