Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrTooFuture is returned for a write which is too far in the future. ErrTooFuture = xerrors.NewInvalidParamsError(errors.New("datapoint is too far in the future")) // ErrTooPast is returned for a write which is too far in the past. ErrTooPast = xerrors.NewInvalidParamsError(errors.New("datapoint is too far in the past")) )
Functions ¶
func IsUnknownNamespaceError ¶ added in v0.7.0
IsUnknownNamespaceError returns true if this is an unknown namespace.
func NewUnknownNamespaceError ¶ added in v0.7.0
NewUnknownNamespaceError returns a new error indicating an unknown namespace parameter.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.