Enum FinMessageResult
Enumerates several special message results that the client application should handle through some very special recovery processing.
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public enum FinMessageResult
Remarks
The integer values of this enumration are sorted by importance. The value zero means Success, higher values are more important than smaller values.
Fields
Name | Description |
---|---|
Error | Any other message failure that could not be qualified any further. There is no recommended recovery action. Do not check explicitly for this value as additional error values may be added in the future. |
ErrorCustSysID | Dialog initialisation failed. The bank response indicated the customer system ID as the source of the problem. This usually means that the customer system ID is unknown or is expired and thus a re-synchronisation is required. |
ErrorNeedSCA | A dialog initialisation with strong customer authentication is needed. |
ErrorPin | Dialog initialisation failed. The bank response indicated the user PIN as the source of the problem. If the PIN is stored in the client software, then it should be erased in response to this condition. |
ErrorSignatureID | Dialog initialisation failed. The bank response indicated the signature ID as the source of the problem. This usually means that the signature ID is a duplicate and thus a re-synchronisation is required. |
ErrorTanProcess | Dialog initialisation failed because an invalid TAN process was selected. |
Success | The message was successful. If this was a dialog initialisation message, then the dialog context is now established. There may be warnings. |