createNotFoundFailure
This content is for v1.2.0. Switch to the latest version for up-to-date documentation.
createNotFoundFailure(
targetInput):BookmarkCommandFailure
Defined in: application/bookmarks/bookmark-organization-use-case-helpers.ts:84
対象未検出の失敗結果を作成。
Parameters
Section titled “Parameters”targetInput
Section titled “targetInput”string
対象入力。
Returns
Section titled “Returns”対象未検出の失敗結果。
Example
Section titled “Example”const result = createNotFoundFailure(targetInput);