Jobs: ErrorCodePraefix

This commit is contained in:
2024-04-24 13:38:53 +02:00
parent ed0fc3539d
commit c8d0cb184a
2 changed files with 7 additions and 1 deletions

View File

@@ -57,4 +57,10 @@
Public Const EMAIL_UNSUPPORTED_DOCUMENT = "
<p>Ihre Email ({0}) enthielt ein ZUGFeRD Format ({1}), welches zur Zeit noch nicht freigeschaltet ist.</p>
"
''' <summary>
''' Präfix für den verwendeten ErrorCode
''' Beispiel: ZUGFERD_Rejection_20001
''' </summary>
Public Const ErrorCodePraefix = "ZUGFERD_Rejection_"
End Class