Skip to content

createNotFoundFailure

createNotFoundFailure(targetInput): BookmarkCommandFailure

Defined in: application/bookmarks/bookmark-organization-use-case-helpers.ts:84

対象未検出の失敗結果を作成。

string

対象入力。

BookmarkCommandFailure

対象未検出の失敗結果。

const result = createNotFoundFailure(targetInput);