Merge branch 'release/10_4_0' into 'develop'
release/10_4_0 hotfix merge Co-authored-by: Scott Pfeil <Scott.Pfeil3@verizonwireless.com> Co-authored-by: Pfeil, Scott Robert <scott.pfeil3@verizonwireless.com> See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/236
This commit is contained in:
commit
8e586e5f01
@ -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)
|
||||
|
||||
@ -37,8 +37,9 @@ extension JSONError: LocalizedError, CustomStringConvertible {
|
||||
}
|
||||
}
|
||||
|
||||
// Shown to customers.
|
||||
public var errorDescription: String? {
|
||||
return description
|
||||
return MVMCoreGetterUtility.hardcodedString(withKey: HardcodedErrorUnableToProcess)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user