SecureBlackbox 2020 Qt Edition

Questions / Feedback?

Error Event

Fires to report an error condition.

Syntax

class SAMLReaderErrorEventParams {
public:
  int ErrorCode();
  const QString &Description();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void Error(SAMLReaderErrorEventParams *e);
// Or, subclass SAMLReader and override this emitter function. virtual int FireError(SAMLReaderErrorEventParams *e) {...}

Remarks

Subscribe to this event to be notified about any error conditions occurring during the component's work. ErrorCode and Description provide the details of the error.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Qt Edition - Version 20.0 [Build 8154]