Add back legacy error code
This commit is contained in:
parent
9aaeb1d266
commit
11728703ce
@ -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