ConditionNotSatisfiedException

open class ConditionNotSatisfiedException(message: String? = "ApiResult condition was not satisfied") : IllegalArgumentException

Exception representing unsatisfied condition when using errorIf

Constructors

Link copied to clipboard
constructor(message: String? = "ApiResult condition was not satisfied")

Properties

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