We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SessionError
1 parent c2b64fd commit 1e7c743Copy full SHA for 1e7c743
api/error.ts
@@ -34,3 +34,8 @@ export interface NotLoggedInError extends ErrorLike {
34
)[];
35
};
36
}
37
+
38
+/** CSRF tokenが不正なときに発生するエラー */
39
+export interface SessionError extends ErrorLike {
40
+ name: "SessionError";
41
+}
0 commit comments