Topsort Analytics
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Topsort Analytics
Topsort Analytics
/
com.topsort.analytics.model.auctions
/
AuctionError
/
InvalidNumberAuctions
Invalid
Number
Auctions
class
InvalidNumberAuctions
(
val
count
:
Int
)
:
AuctionError
(
source
)
Error that occurs when the number of auctions is invalid
Parameters
count
The invalid auction count
Members
Constructors
Invalid
Number
Auctions
Link copied to clipboard
constructor
(
count
:
Int
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
count
Link copied to clipboard
val
count
:
Int
message
Link copied to clipboard
open
val
message
:
String
?