SecureBlackbox 2020 macOS Edition

Questions / Feedback?

ErrorSeverity Property

The severity of the error that happened.

Syntax

public var errorSeverity: TspserverErrorSeverities {
get {...}
set {...} }

public enum TspserverErrorSeverities: Int32 { case esInfo = 0 case esWarning = 1 case esFatal = 2 }

Default Value

1

Remarks

Use this property to establish whether the error is fatal.

esWarning1
esFatal2

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