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:
commit
9243b8e285
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user