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.

UnknownErrorHTTP 500ApiErrorKind

Possible causes

  • No other error fits.
  • WIP: Currently thrown if absolutely no other error fits the current current restrictions.

How it's thrown

@nordcom/commerce-errors
throw new ApiError();

Thrown from

packages/errors/src/index.ts:238
* throw new UnknownError();
View ↗

On this page