StyleError

public struct StyleError : RawRepresentable, LocalizedError

Type of errors thrown by the Style APIs.

  • Declaration

    Swift

    public typealias RawValue = String
  • Declaration

    Swift

    public var rawValue: String
  • Declaration

    Swift

    public init?(rawValue: String)
  • Error message

    Declaration

    Swift

    public var errorDescription: String? { get }