createFolderNotFoundFailure
This content is for v1.2.0. Switch to the latest version for up-to-date documentation.
createFolderNotFoundFailure(
folderPath):BookmarkCommandFailure
Defined in: application/bookmarks/bookmark-organization-use-case-helpers.ts:72
Folder未検出の失敗結果を作成。
Parameters
Section titled “Parameters”folderPath
Section titled “folderPath”string
見つからなかったfolder path。
Returns
Section titled “Returns”Folder未検出の失敗結果。
Example
Section titled “Example”const result = createFolderNotFoundFailure(folderPath);