createFailure
createFailure(
errorCode,message):BookmarkCommandFailure
Defined in: application/bookmarks/bookmark-organization-use-case-helpers.ts:54
失敗結果を作成。
Parameters
Section titled “Parameters”errorCode
Section titled “errorCode”エラーcode。
message
Section titled “message”string
表示message。
Returns
Section titled “Returns”失敗結果。
Example
Section titled “Example”const result = createFailure(errorCode, message);