Error

protocol Error
  • The receiver is expected to already be a SKXPCError or a SKError. If the receiver is neither, it is wrapped in a SKXPCError.unknown error.

    Declaration

    Swift

    func toSKXPCError() -> SKXPCError

    Return Value

    The error as a SKXPCError.

  • The receiver is expected to already be a SKError or a SKXPCError. If the receiver is neither, it is wrapped in a SKError.unknown error.

    Declaration

    Swift

    func toSKError() -> SKError

    Return Value

    The error as a SKXPCError.