We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb5d0ae commit 21b8f7dCopy full SHA for 21b8f7d
ucare/error.go
@@ -13,7 +13,7 @@ var (
13
ErrInvalidVersion = errors.New("This feature is not supported. " +
14
"Try to change the version (refer to " +
15
"https://uploadcare.com/api-refs/rest-api/v0.7.0/ for " +
16
- "more information on what methods belong to what version).")
+ "more information on which methods belong to which version).")
17
ErrFileTooLarge = errors.New("Direct uploads only support " +
18
"files smaller than 100MB")
19
)
0 commit comments