SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

ErrorSeverity Property

The severity of the error that happened.

Syntax

__property TsbxTSPServerErrorSeverities ErrorSeverity = { read=FErrorSeverity, write=FSetErrorSeverity };
enum TsbxTSPServerErrorSeverities { esInfo=0, esWarning=1, esFatal=2 };

Default Value

esWarning

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 C++ Builder Edition - Version 20.0 [Build 8154]