Enum FinDialogResultCode
Enumerates the possible return values from Fin
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public enum FinDialogResultCode
Fields
Name | Description |
---|---|
Cancelled | The online banking activity was cancelled by the user and thus was not completed. This result is only possible when using an interactive user interface. |
Error | The request failed because the bank returned an FinTS error code. |
ErrorProtocol | A logical FinTS protocol error was found. The server is probably faulty. |
ErrorSecurityMedia | A security media related error occured. |
ErrorWrongPin | |
Exception | The online banking activity failed due to some error condition. |
NeedDecoupled | A DECOUPLED confirmation is needed in order to continue. Challenge
information is provided with the Fin |
NeedTan | A TAN confirmation is needed in order to continue. Challenge
information is provided with the Fin |
NotSupported | The requested order type of function is not supported by the server or implementation. |
SelectTanMedia | A TAN media must be selected. This may be returned when trying to begin a dialog,
or as a result of calling Choose |
SelectTanProc | A TAN procedure must be selected. This may only be returned when trying to begin a
dialog. To recover from this error, a TAN procedure must be selected set into
Security |
Success | The online banking activity completed successfully. |