# Functions
ErrMaxConcurrentQueriesLimitExceeded is an error when the query cannot be run because the maximum number of queries has been reached.
IsTimeout returns true if the error was caused by a timeout.
NewErrQueryTimeout wraps the provided causing error as an ErrQueryTimeout.
# Variables
ErrBadRequestType is an error returned when a request type is unexpected.
ErrBatchQuery is returned when a batch query is found.
ErrCannotDecodeCompressedTags is an error returned when compressed tags cannot be decoded.
ErrCannotDecodeDecompressedTags is an error returned when decompressed tags cannot be decoded.
ErrCannotEncodeCompressedTags is an error returned when compressed tags cannot be encoded.
ErrFetchRequestType is an error returned when response from fetch has an invalid type.
ErrFetchResponseOrder is returned fetch responses are not in order.
ErrHeaderNotFound is returned when a header is not found.
ErrInconsistentCompleteTagsType is an error returned when a complete tags request returns an inconsistenent type.
ErrInvalidFetchResponse is returned when fetch fails from storage.
ErrInvalidFetchResult is an error returned when fetch result is invalid.
ErrInvalidMatchers is returned when invalid matchers are provided.
ErrInvalidOperation is an error returned when fetch raw is called on wrong storage type.
ErrInvalidResultParamError is returned when result field for complete tag request is an unexpected value.
ErrMultipleResults is returned when there are multiple label values results.
ErrNamesOnly is returned when label values results are name only.
ErrNilWriteQuery is returned when trying to write a nil query.
ErrNoClientAddresses is an error when there are no addresses passed to the remote client.
ErrNoName is returned when no name param is provided in the resource path.
ErrNoQueryFound is returned when a target is not found.
ErrNotFound is returned when something is not found, this might be used for direct comparison.
ErrNotImplemented is returned when the storage endpoint is not implemented.
ErrNoValidResults is an error returned when there are no stores that succeeded the fanout.
ErrOnlyFixedResSupported is an error returned we try to get step size for variable resolution.
ErrRemoteWriteQuery is returned when trying to write to a remote endpoint query.
ErrUnexpectedGRPCResponseType is an error returned when rpc response type is unhandled.
ErrWithNames is returned when label values results are name only.
ErrZeroInterval is an error returned when fetch interval is 0.
# Structs
ErrQueryTimeout is returned when a query times out executing.