ReportableExceptionResponse

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

Exception object for all custom exceptions

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Actionable steps for this exception

Link copied to clipboard

The path to the file where exception occurred

Link copied to clipboard

Coded numerical value that is assigned to a specific exception

Link copied to clipboard

The line number where exception occurred

Link copied to clipboard

Error message

Link copied to clipboard

Stack trace