Versions in this module Expand all Collapse all v1 v1.0.1 Mar 23, 2021 v1.0.0 Mar 11, 2019 Changes in this version + type BaseError struct + func New(code ErrorCode, msg ...string) BaseError + func (err BaseError) Code() int + func (err BaseError) Error() string + type ErrorCode uint32 + const EndOfIteratorError + const HandlerError + const IterableError + const ObservableError + const ObserverError + const UndefinedError + func (i ErrorCode) String() string