Add back legacy error code

This commit is contained in:
Scott Pfeil 2022-10-28 10:07:36 -04:00
parent 9aaeb1d266
commit 11728703ce

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)