ModelError

open class ModelError(msg: String? = null) : MerodeError

Represents errors in the Model domain, not in its instantiation.

Inheritors

Constructors

Link copied to clipboard
constructor(msg: String? = null)

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard