supertokens-web-js
Version:
SuperTokens SDK for vanilla JS for all recipes
8 lines (7 loc) • 305 B
TypeScript
/**
* This error usually indicates that the API exposed by the backend SDKs responded
* with `{status: "GENERAL_ERROR"}`. This should be used to show errors to the user
* in your frontend application.
*/
import { STGeneralError } from "supertokens-website/utils/error";
export default STGeneralError;