Expand description
Errors for Games-rs
Structs§
- Generic
Error - A Generic Error for simplification
Constants§
- BASE_
BLACKJACK_ ERROR_ CODE - Base Error code for BlackJack erros (2XXX)
- BASE_
CARD_ ERROR_ CODE - Base Error code for Card errors (1XXX)
- BASE_
COIN_ TOSS_ ERROR_ CODE - Base Error code for Coin Toss (5XXX)
- BASE_
DECK_ ERROR_ CODE - Base Error code for Deck errors (6XXX)
- BASE_
ROCK_ PAPER_ SCISSORS_ ERROR_ CODE - Base Error code for Rock Paper Scissors (4XXX)
- BASE_
SLOT_ MACHINE_ ERROR_ CODE - Base Error code for SlotMachine (7XXX)
- BASE_
SOLITAIRE_ ERROR_ CODE - Base Error code for Solitaire (3XXX)
Traits§
- Error
Code - Error code trait Note: This trait is Temporary, waiting for std::proces::Termination to be stabalized. (#43301)