mirror of
https://github.com/LBRYFoundation/tracker.git
synced 2025-08-23 17:47:29 +00:00
parent
3e17081a71
commit
77e5ab9c5b
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ var ErrKeyNotFound = errors.New("query: value for the provided key does not exis
|
||||||
|
|
||||||
// ErrInvalidInfohash is returned when parsing a query encounters an infohash
|
// ErrInvalidInfohash is returned when parsing a query encounters an infohash
|
||||||
// with invalid length.
|
// with invalid length.
|
||||||
var ErrInvalidInfohash = errors.New("query: invalid infohash")
|
var ErrInvalidInfohash = ClientError("provided invalid infohash")
|
||||||
|
|
||||||
// QueryParams parses a URL Query and implements the Params interface with some
|
// QueryParams parses a URL Query and implements the Params interface with some
|
||||||
// additional helpers.
|
// additional helpers.
|
||||||
|
|
Loading…
Add table
Reference in a new issue