Expand description
Definitions central to BPCon errors.
Structs§
- Ballot
Number Mismatch - Represents an error that occurs when there is a mismatch between the ballot number of the party and the ballot number received in a message.
- Leader
Mismatch - Represents an error that occurs when there is a mismatch between the expected leader of the party and the sender of the message.
- Party
Status Mismatch - Represents an error that occurs when there is a mismatch between the current status of the party and the status required for an operation.
- Value
Mismatch - Represents an error that occurs when there is a mismatch between the value held by the party and the value received in a message.
Enums§
- Deserialization
Error - Represents the various errors that can occur during the deserialization process.
- Follow
Event Error - Represents the various errors that can occur while following a party event.
- Launch
Ballot Error - Represents the various errors that can occur during the ballot launch process.
- Serialization
Error - Represents the various errors that can occur during the serialization process.
- Update
State Error - Represents the various errors that can occur when updating the state in a consensus protocol.