Merge branch 'bugfix/open_url_error_code' into 'release/10_4_0'

Add back legacy error code

### Summary
Adding back the legacy link away error code for easier tracking of url errors.

Co-authored-by: Scott Pfeil <Scott.Pfeil3@verizonwireless.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/238
This commit is contained in:
Hedden, Kyle Matthew 2022-10-28 14:28:59 +00:00
commit 9243b8e285

View File

@ -40,6 +40,10 @@ open class ActionOpenUrlHandler: MVMCoreJSONActionHandlerProtocol {
return "Failed to open url: \(url.absoluteString)"
}
}
public var errorCode: Int {
return ErrorCode.linkawayFailed.rawValue
}
}
/// Creates a url and calls open(url: URL)