SecureBlackbox 2020 C++ Edition

Questions / Feedback?

ErrorSeverity Property

The severity of the error that happened.

Syntax

ANSI (Cross Platform)
int GetErrorSeverity();
int SetErrorSeverity(int iErrorSeverity); Unicode (Windows) INT GetErrorSeverity();
INT SetErrorSeverity(INT iErrorSeverity);

Possible Values

ES_INFO(0), 
ES_WARNING(1),
ES_FATAL(2)
@property (nonatomic,readwrite,assign,getter=errorSeverity,setter=setErrorSeverity:) int errorSeverity;
- (int)errorSeverity;
- (void)setErrorSeverity:(int)newErrorSeverity;

Possible Values

ES_INFO(0), 
ES_WARNING(1),
ES_FATAL(2)
#define PID_DCAUTHWEBSERVER_ERRORSEVERITY 10

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_DCAuthWebServer_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_DCAuthWebServer_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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