Skip to content

Commit 9874698

Browse files
authored
Merge pull request #32 from takker99/fix-error
✨ `NotLoggedInError.details`に`project`を生やした
2 parents 090121d + 724139d commit 9874698

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)