LayoutDeserializeError

public extension LayoutDeserializeError
  • Cast constructor, converting any binary integer to a LayoutDeserializeError.

    Declaration

    Swift

    @inlinable
    init!<I>(_ raw: I) where I : BinaryInteger

    Parameters

    raw

    The raw integer value to initialise the enum from

  • Unspecified error

    Declaration

    Swift

    static let invalid: PangoLayoutDeserializeError
  • A JSon value could not be interpreted

    Declaration

    Swift

    static let invalidValue: PangoLayoutDeserializeError
  • A required JSon member was not found

    Declaration

    Swift

    static let missingValue: PangoLayoutDeserializeError