Representing a Primer Input Validation Error.
Whenever external input is required by our PrimerHeadlessUniversalCheckoutRawDataManager.setRawData,
the data will be validated. Any validation errors will be associated with the
corresponding PrimerInputElementType.
KOTLIN
data class PrimerInputValidationError( val errorId: String, val description: String, val diagnosticsId: String, val inputElementType: PrimerInputElementType)