Enum SepaExceptionCode
Exception code for a SepaException.
public enum SepaExceptionCode
Fields
CtrlSum = 3The explicitly given control sum did not match the computed control sum.
InvalidBIC = 2An invalid BIC was encountered. The invalid BIC is contained in the exception message.
InvalidElement = 5A SEPA element was not valid, maybe because a required property was not set. Further information may be found in the exception message.
InvalidIBAN = 1An invalid IBAN was encountered. The invalid IBAN is contained in the exception message.
NbOfTxs = 4The explicitly given number of transactions did not match the actual number of transactions.
Unknown = 0Undefined.