List of /v2/ Errors in JSON Text response?
I don’t think there’s one, no. Off the top of my head, you’re missing the page out of range error, and then a handful of errors which indicate something is horribly horribly wrong (e.g., ErrUnknown).
There are also {"text":“requires scope x”} and {"error":“not found”}.
x being a variable int?
Nah x is the missing scope, e.g. “requires scope characters”. If there’s multiple missing scopes they’re comma-delimited.
As always, you are very helpful Lawton Campbell!
Thank you!