Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNilObjectWrapped is returned in a constructor when the underlying object is nil. ErrNilObjectWrapped = errors.New("attempted to wrap nil object") // ErrUnsupportedGetter is returned when a getter access is not supported for a specific beacon block version. ErrUnsupportedGetter = errors.New("unsupported getter") )
Functions ¶
func ErrNotSupported ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.