NSError

public extension NSError
  • Returns an NSError object initialized with a SCMError.

    Declaration

    Swift

    convenience init(_ scmError: SCMError, _ userInfo: [String : Any]? = nil)
  • Returns an optional SCMError describing the error.

    Declaration

    Swift

    var scmError: SCMError? { get }