ReportableExceptionResponse

data class ReportableExceptionResponse(val actionableMessage: String? = null, val filePath: String? = null, val hResult: Int? = null, val lineNumber: String? = null, val message: String? = null, val stackTrace: String? = null)

Exception object for all custom exceptions

Constructors

Link copied to clipboard
constructor(actionableMessage: String? = null, filePath: String? = null, hResult: Int? = null, lineNumber: String? = null, message: String? = null, stackTrace: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Actionable steps for this exception

Link copied to clipboard
val filePath: String? = null

The path to the file where exception occurred

Link copied to clipboard
val hResult: Int? = null

Coded numerical value that is assigned to a specific exception

Link copied to clipboard
val lineNumber: String? = null

The line number where exception occurred

Link copied to clipboard
val message: String? = null

Error message

Link copied to clipboard
val stackTrace: String? = null

Stack trace