API_UNKNOWN_ERROR
This error is usually cased by experimenting with unreleased features, if it occurs during normal development please reach out to the support.
Possible causes
- No other error fits.
- WIP: Currently thrown if absolutely no other error fits the current current restrictions.
How it's thrown
throw new ApiError();Thrown from
packages/errors/src/index.ts:238
* throw new UnknownError();