UnsupportedReturnType

data class UnsupportedReturnType(val description: String) : MTError

Method execution returned unsupported type.

Parameters

description

Debug description of the command that returned unsupported 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.