RspError

@JsonClass(generateAdapter = true)
data class RspError(val message: String, val stackTrace: String)

The response for the errors thrown in the Platform Channel.

It returns the message of the error and the String representation of the stackTrace.

Constructors

Link copied to clipboard
fun RspError(message: String, stackTrace: String)

Create empty Rsp error

Properties

Link copied to clipboard
Link copied to clipboard