SecureBlackbox 2020 macOS Edition

Questions / Feedback?

ErrorOrigin Property

Indicates the endpoint where the error originates from.

Syntax

public var errorOrigin: WebsocketserverErrorOrigins {
get {...}
set {...} }

public enum WebsocketserverErrorOrigins: Int32 { case eoLocal = 0 case eoRemote = 1 }

Default Value

0

Remarks

Use this property to establish whether the reported error originates from a local or remote endpoint.

eoLocal0
eoRemote1

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