TransformError

public enum TransformError : Error

Error during transform attempt

  • The provided type information didn’t match what this info was created with

    Declaration

    Swift

    case incorrectType(have: String, expected: String)