Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImpossibleToCountElectionError ¶
type ImpossibleToCountElectionError struct {
// contains filtered or unexported fields
}
ImpossibleToCountElectionError ...
func NewImpossibleToCountElectionError ¶
func NewImpossibleToCountElectionError() *ImpossibleToCountElectionError
NewImpossibleToCountElectionError ...
func (ImpossibleToCountElectionError) Error ¶
func (e ImpossibleToCountElectionError) Error() string
type NegativeCountError ¶
type NegativeCountError struct {
// contains filtered or unexported fields
}
NegativeCountError ...
func NewNegativeCountError ¶
func NewNegativeCountError() *NegativeCountError
NewNegativeCountErrorError ...
func (NegativeCountError) Error ¶
func (e NegativeCountError) Error() string
type NoBallotsRegisteredError ¶
type NoBallotsRegisteredError struct {
// contains filtered or unexported fields
}
NoBallotsRegisteredError ...
func NewNoBallotsRegisteredError ¶
func NewNoBallotsRegisteredError() *NoBallotsRegisteredError
NewNoBallotsRegisteredError ...
func (NoBallotsRegisteredError) Error ¶
func (e NoBallotsRegisteredError) Error() string
type NoVoteError ¶
type NoVoteError struct {
// contains filtered or unexported fields
}
NoVoteError ...
func (NoVoteError) Error ¶
func (e NoVoteError) Error() string
type NoWinnerYetError ¶
type NoWinnerYetError struct {
// contains filtered or unexported fields
}
NoWinnerYetError ...
func (NoWinnerYetError) Error ¶
func (e NoWinnerYetError) Error() string
type NotPreparedError ¶
type NotPreparedError struct {
// contains filtered or unexported fields
}
NotPreparedError ...
func (NotPreparedError) Error ¶
func (e NotPreparedError) Error() string
Click to show internal directories.
Click to hide internal directories.