ExceptionError

data class ExceptionError(val body: MTException) : MTError

Method execution failed with exception.

Parameters

body

Exception details.

Constructors

constructor(body: MTException)

Properties

open val cause: Throwable?
val code: Int

Numerical code of the exception.

open val message: String?

Explanation of the exception.