Skip to content

Commit 724139d

Browse files
committed
NotLoggedInError.detailsprojectを生やした
1 parent 090121d commit 724139d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

error.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,12 @@ export interface NotPrivilegeError extends ErrorLike {
2525
/** Loginが必要なAPIをloginせずに叩いたときに発生するエラー */
2626
export interface NotLoggedInError extends ErrorLike {
2727
name: "NotLoggedInError";
28+
2829
/** 詳細情報 */
2930
details: {
31+
/** 取得しようとしたprojectの名前 */
32+
project: string;
33+
3034
/** 使用できるログイン方法 */
3135
loginStrategies: (
3236
| "google"

0 commit comments

Comments
 (0)