InvalidResultType

data class InvalidResultType(val description: String) : MTError

Method execution returned an invalid result.

Parameters

description

Debug description of the return type.

Constructors

constructor(description: String)

Properties

open val cause: Throwable?
val code: Int

Numerical code of the exception.

open val message: String?

Explanation of the exception.