UnderlyingErrorProtocol

public protocol UnderlyingErrorProtocol

嵌套错误协议,获取内部错误

  • Undocumented

    Declaration

    Swift

    var underlyingError: Error? { get }