EncodeException

open class EncodeException(val fieldPath: String, val reason: String, cause: Throwable? = null) : IllegalStateException

Open base class for encode failures. Protocol layers subclass and attach domain-specific fields.

Constructors

Link copied to clipboard
constructor(fieldPath: String, reason: String, cause: Throwable? = null)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
expect open val message: String?
Link copied to clipboard