SecureBlackbox 2020 Qt Edition

Questions / Feedback?

ErrorSeverity Property

The severity of the error that happened.

Syntax

int GetErrorSeverity();
int SetErrorSeverity(int iErrorSeverity);

Possible Values

ES_INFO(0), 
ES_WARNING(1),
ES_FATAL(2)

Default Value

1

Remarks

Use this property to establish whether the error is fatal.

esWarning1
esFatal2

This property is not available at design time.

Data Type

Integer

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