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.
1 parent e64d02c commit 64af5c6Copy full SHA for 64af5c6
api/error.ts
@@ -47,3 +47,8 @@ export interface SessionError extends ErrorLike {
47
export interface InvalidURLError extends ErrorLike {
48
name: "InvalidURLError";
49
}
50
+
51
+/** URL先ページから正常な応答が返ってこなかったときのエラー */
52
+export interface BadRequestError extends ErrorLike {
53
+ name: "BadRequestError";
54
+}
0 commit comments