Contents

NSXPCConnectionErrorMinimum

The lower bounds of XPC connection error code values.

Declaration

var NSXPCConnectionErrorMinimum: Int { get }

Discussion

All XPC error codes have values between NSXPCConnectionErrorMinimum and NSXPCConnectionErrorMaximum, exclusive. This constant does not correspond to any particular error.

See Also

Error codes