Documentation ¶
Index ¶
- func ErrCommitNotFound() error
- func ErrHeightMismatch(h1, h2 int) error
- func ErrNoPathFound() error
- func ErrPastTime() error
- func ErrTooMuchChange() error
- func ErrValidatorsChanged() error
- func IsCommitNotFoundErr(err error) bool
- func IsHeightMismatchErr(err error) bool
- func IsNoPathFoundErr(err error) bool
- func IsPastTimeErr(err error) bool
- func IsTooMuchChangeErr(err error) bool
- func IsValidatorsChangedErr(err error) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrCommitNotFound ¶
func ErrCommitNotFound() error
func ErrHeightMismatch ¶
ErrHeightMismatch returns an mismatch error with stack-trace
func ErrNoPathFound ¶
func ErrNoPathFound() error
func ErrPastTime ¶
func ErrPastTime() error
func ErrTooMuchChange ¶
func ErrTooMuchChange() error
func ErrValidatorsChanged ¶
func ErrValidatorsChanged() error
func IsCommitNotFoundErr ¶
IsCommitNotFoundErr checks whether an error is due to missing data
func IsHeightMismatchErr ¶
IsHeightMismatchErr checks whether an error is due to data from different blocks
func IsNoPathFoundErr ¶
IsNoPathFoundErr checks whether an error is due to no path of validators in provider from where we are to where we want to be
func IsPastTimeErr ¶
func IsTooMuchChangeErr ¶
IsTooMuchChangeErr checks whether an error is due to too much change between these validators sets
func IsValidatorsChangedErr ¶
IsValidatorsChangedErr checks whether an error is due to a differing validator set
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.