Versions in this module Expand all Collapse all v1 v1.0.3 Feb 27, 2025 Changes in this version + var ErrStateNotFound = errors.New("given root and slot not found in storage") + func NewInternalError(msg string) *internalError + func NewInvalidParamsError(msg string) *invalidParamsError + func NewInvalidRequestError(msg string) *invalidRequestError + func NewMethodNotFoundError(method string) *methodNotFoundError + func NewSubscriptionNotFoundError(method string) *subscriptionNotFoundError + type Error interface + Error func() string + ErrorCode func() int