MalformedType

public enum MalformedType

The malformed error could have different type

  • The necessary key is missing.

    Declaration

    Swift

    case missingKey
  • The type of the value is invalid.

    Declaration

    Swift

    case invalidType