InvalidNumberAuctions

Error that occurs when the number of auctions is invalid

Parameters

count

The invalid auction count

Constructors

Link copied to clipboard
constructor(count: Int)

Properties

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