fix: simplified error messages #238

Open
septs wants to merge 1 commit from septs/OpenEUICC:no-eligible-profile into master

View file

@ -87,6 +87,7 @@ enum class SimplifiedErrorMessages(
put("8.1.1" to "2.1", EIDNotSupported) put("8.1.1" to "2.1", EIDNotSupported)
put("8.1.1" to "3.8", EIDMismatch) put("8.1.1" to "3.8", EIDMismatch)
put("8.2" to "1.2", UnreleasedProfile) put("8.2" to "1.2", UnreleasedProfile)
put("8.2.5" to "4.3", UnsupportedProfile)
put("8.2.6" to "3.8", MatchingIDRefused) put("8.2.6" to "3.8", MatchingIDRefused)
put("8.8.5" to "6.4", ProfileRetriesExceeded) put("8.8.5" to "6.4", ProfileRetriesExceeded)