List of Message Codes for Verification

Message code Classification Error text Description
63450064002 ERROR One of the indicated values is not valid for this contact type [VerificationInformation] A verification record was specified in a “REQUEST” contact. Verification data can only be specified for “PERSON” or “ORG” contacts.
63200062603 ERROR Incomplete verification information [missing keyword] A verification record is incomplete. The placeholder “keyword” contains the keyword of the missing line.

Example
If “verificationMethod” is missing, the error message will look like this:

63200041860 - Incomplete verification information [missing verificationMethod]
63200041860 ERROR Incomplete verification information [missing VerificationInformation] Since the introductory header “[VerificationInformation]” of the verification record is missing, the keywords are not recognized.
63200041861 ERROR Inadmissible value in verification information [dynamic error text] The verification record contains at least one invalid value, e.g.:

VerifiedClaim: noclaim

The corresponding error message is :

63200041861 - Invalid value in verification information [verifiedClaim 'noclaim' is invalid]

The placeholders “keyword” and “value” contain the corresponding keyword and the invalid value.
63200041862 ERROR Occurrences of verification information out of range More than 5 verification records were transmitted in one contact.
63200041863 ERROR Conflicting verification information [verificationReference 'value']
Notice   1st example of error message 63200041863

Different verification information has been provided for the claim “name”. In the example, the value for “VerificationResult” is different.

The verification records are specified in the error message using their “VerificationReference” values. The “value” is replaced with the reference number. The "value" only appears once in this example because it is identical in both verification records.

Example

Copy
[VerificationInformation]
VerifiedClaim: name
VerificationResult: success
VerificationReference: abc#111
VerificationTimestamp: 2024-04-01T14:58:30+02:00
VerificationEvidence: idcard
VerificationMethod: auth
TrustFramework: de_denic
 
[VerificationInformation]
VerifiedClaim: name
VerificationResult: failed
VerificationReference: abc#111
VerificationTimestamp: 2024-04-01T14:58:30+02:00
VerificationEvidence: idcard
VerificationMethod: auth
TrustFramework: de_denic

Error Message

63200041863 - Conflicting verification information [verificationReference 'abc#111']

63200041863 ERROR Conflicting verification information [verificationReference 'value 1' 'value 2']
Notice   2nd example of error message 63200041863

Different verification information has been provided for the claim “name”. In the example, the values for “VerificationResult”, “VerificationReference” and “VerificationEvidence” are different.

The error message specifies the verification records using their “VerificationReference” values. The placeholders for the values (“value 1”, "value 2”) are replaced with the reference numbers.

Example

Copy
[VerificationInformation]
VerifiedClaim: name
VerificationResult: success
VerificationReference: abc#111
VerificationTimestamp: 2024-04-01T14:58:30+02:00
VerificationEvidence: idcard
VerificationMethod: auth
TrustFramework: de_denic
 
[VerificationInformation]
VerifiedClaim: name
VerificationResult: failed
VerificationReference: abc#112
VerificationTimestamp: 2024-04-11T14:58:30+02:00
VerificationEvidence: drivers_license
VerificationMethod: auth
TrustFramework: de_denic

Error Message

63200041863 - Conflicting verification information [verificationReference 'abc#111' 'abc#112']

63200041864 ERROR Duplicate verification information At least two identical blocks were transmitted for a contact in one order.
63200041865 ERROR Duplicate value in verification information [Schlüsselwort 'name', 'address' oder 'email']
Notice   1st example of error message 63200041865

A value was specified twice for a keyword in a verification data set.

Example

Copy
[VerificationInformation]
VerifiedClaim: name
VerifiedClaim: name
VerificationResult: success
VerificationReference: abc#444
VerificationTimestamp: 2024-04-02T14:58:30+02:00
VerificationEvidence: idcard
VerificationMethod: auth
TrustFramework: de_denic

Error Message

63200041865 - Duplicate value in verification information [VerifiedClaim 'name']

63200041865 ERROR Duplicate value in verification information [(Schlüsselwort) '(Wert "name", "address" oder "email")']
Notice   2nd example of error message 63200041865

In the example, the claim “name” appears in two blocks. The blocks are identical and therefore “name” is also duplicated, as the values for

  • VerificationResult,

  • VerificationReference,

  • VerificationTimestamp,

  • VerificationEvidence,

  • VerificationMethod and

  • TrustFramework

are also identical.

Example

Copy
[VerificationInformation]
VerifiedClaim: name
VerifiedClaim: address
VerificationResult: success
VerificationReference: abc#444
VerificationTimestamp: 2024-04-02T14:58:30+02:00
VerificationEvidence: idcard
VerificationMethod: auth
TrustFramework: de_denic
 
[VerificationInformation]
VerifiedClaim: name
VerifiedClaim: email
VerificationResult: success
VerificationReference: abc#444
VerificationTimestamp: 2024-04-02T14:58:30+02:00
VerificationEvidence: idcard
VerificationMethod: auth
TrustFramework: de_denic

Error Message

63200041865 - Duplicate value in verification information [VerifiedClaim 'name']

63200041866 ERROR Duplicate key in verification information [keyword]

A keyword was specified twice in a verification data set.

Caution!   Please do not confuse this error with error 63200041865, in which the value occurs multiple times. In error 63200041866, the keywords are identical and the values are different.

Example

Copy
# Key VerificationReference doppelt
[VerificationInformation]
VerifiedClaim: name
VerificationResult: success
VerificationReference: abc#444
VerificationReference: DEF#445
VerificationTimestamp: 2024-04-02T14:58:30+02:00
VerificationEvidence: idcard
VerificationMethod: auth
TrustFramework: de_denic

Error Message

63200041866 - Duplicate key in verification information [verificationReference]

63200041867 ERROR Invalid combination of verification information [(Comparison of the impermissible combinations)] Invalid combination of verification information for 'VerificationEvidence' and 'VerificationMethod'

Error Message

Invalid combination of verification information [verificationEvidence 'bank_statement' not valid for verificationMethod 'auth']