CLError Class

public class CLError: CustomStringConvertible,
    Swift.Error // A type representing an error value that can be thrown

Error Interface

Public

  • Declaration

    Swift

    public var description: String { get }