Error
protocol Error
-
The receiver is expected to already be a
SKXPCError
or aSKError
. If the receiver is neither, it is wrapped in aSKXPCError.unknown
error.Declaration
Swift
func toSKXPCError() -> SKXPCError
Return Value
The error as a
SKXPCError
. -
The receiver is expected to already be a
SKError
or aSKXPCError
. If the receiver is neither, it is wrapped in aSKError.unknown
error.Declaration
Swift
func toSKError() -> SKError
Return Value
The error as a
SKXPCError
.