Error
protocol Error
-
The receiver is expected to already be a
SKXPCErroror aSKError. If the receiver is neither, it is wrapped in aSKXPCError.unknownerror.Declaration
Swift
func toSKXPCError() -> SKXPCErrorReturn Value
The error as a
SKXPCError. -
The receiver is expected to already be a
SKErroror aSKXPCError. If the receiver is neither, it is wrapped in aSKError.unknownerror.Declaration
Swift
func toSKError() -> SKErrorReturn Value
The error as a
SKXPCError.
Error Extension Reference