Glyph.7805:

So far I have

{"text":"invalid key"}
{"text":"endpoint requires authentication"}
{"text":"ErrTimeout"}
{"text":"ErrInternal"}

Is there a full list of error codes? I didn’t see anything on the wiki.

Lawton Campbell.8517:

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).

darthmaim.6017:

There are also {"text":“requires scope x”} and {"error":“not found”}.

Glyph.7805:

x being a variable int?

Lawton Campbell.8517:

Nah x is the missing scope, e.g. “requires scope characters”. If there’s multiple missing scopes they’re comma-delimited.

Glyph.7805:

As always, you are very helpful Lawton Campbell!
Thank you!