InnerErrorResponse

data class InnerErrorResponse(val errordetail: String? = null, val exceptiontype: String? = null)

Inner error details.

Constructors

Link copied to clipboard
constructor(errordetail: String? = null, exceptiontype: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val errordetail: String? = null

The internal error message or exception dump.

Link copied to clipboard
val exceptiontype: String? = null

The exception type.