Page 1 of 1

SecureBridge 9.2 exception often without an error number

Posted: Sat 06 Jun 2020 10:09
by Marek-2
Please if you raise an exception give always the specific error number.
For example in the ParsePuTTYKey()

Code: Select all

raise EScError.Create('Password not specified');
I am trying to import key first without password. If exception for not specified password occurse I would like to ask for password. Checking the exception message is not the wished solution.

Re: SecureBridge 9.2 exception often without an error number

Posted: Fri 12 Jun 2020 15:22
by ViktorV
We will try to fix this behavior in one of the following SecureBridge builds.