createFailure
This content is for v1.3.0. Switch to the latest version for up-to-date documentation.
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);