@@ -142,6 +142,38 @@ export enum ParsingErrorCodes {
142142 */
143143 errLDS_ASN_SignerInfo_UnsignedAttrs_IncorrectData = 2147483687 ,
144144 /**
145+ * ASN DTC Signer info: Incorrect data
146+ */
147+ errLDS_ASN_DTC_SignerInfo_IncorrectData = 2147483712 ,
148+ /**
149+ * ASN DTC Signer info: Certificate incorrect data
150+ */
151+ errLDS_ASN_DTC_SignerInfo_Certificate_IncorrectData = 2147483713 ,
152+ /**
153+ * ASN DTC Signer info: Digest algorithms incorrect data
154+ */
155+ errLDS_ASN_DTC_SignerInfo_DigestAlg_IncorrectData = 2147483714 ,
156+ /**
157+ * ASN DTC Signer info: Signed attributes incorrect data
158+ */
159+ errLDS_ASN_DTC_SignerInfo_SignedAttrs_IncorrectData = 2147483715 ,
160+ /**
161+ * ASN DTC Signer info: Sign algorithms incorrect data
162+ */
163+ errLDS_ASN_DTC_SignerInfo_SignAlg_IncorrectData = 2147483716 ,
164+ /**
165+ * ASN DTC Signer info: Signature incorrect data
166+ */
167+ errLDS_ASN_DTC_SignerInfo_Signature_IncorrectData = 2147483717 ,
168+ /**
169+ * ASN DTC Security info: Incorrect data
170+ */
171+ errLDS_ASN_DTC_SecurityInfo_IncorrectData = 2147483718 ,
172+ /**
173+ * ASN DTC Content info: Incorrect data
174+ */
175+ errLDS_ASN_DTC_ContentInfo_IncorrectData = 2147483719 ,
176+ /**
145177 * ICAO LDS object: Unsupported digest algorithm
146178 */
147179 errLDS_ICAO_LDSObject_UnsupportedDigestAlgorithm = 2147483696 ,
0 commit comments