NfConfigException
Summary
Thrown when a library configuration is invalid or incomplete.Signature
Constructors
constructor
Constructs a new instance of the classProperties
code
Modifiers: readonly Type:get code(): number;
Always .
Remarks
Typically raised during__init when required environment variables are missing or fail validation. For example, NetworkClientLibrary throws this when neither SERVER_TCP_PORT nor SERVER_UDP_PORT is provided.