TypeLayoutError

public enum TypeLayoutError: Error

Undocumented

  • The type was invalid

    Declaration

    Swift

    case invalid
  • The type was a dependent type

    Declaration

    Swift

    case dependent
  • The type was incomplete

    Declaration

    Swift

    case incomplete
  • The type did not have a constant size

    Declaration

    Swift

    case notConstantSize
  • The field specified was not found or invalid

    Declaration

    Swift

    case invalidFieldName