QuickOPC User's Guide and Reference
BadRequestNotAllowed Field



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UACodeBits Class : BadRequestNotAllowed Field
The request was rejected by the server because it did not meet the criteria set by the server.
Syntax
'Declaration
 
Public Const BadRequestNotAllowed As Integer
'Usage
 
Dim value As Integer
 
value = UACodeBits.BadRequestNotAllowed
public const int BadRequestNotAllowed
public:
const int BadRequestNotAllowed
Remarks

Numeric value: 32996 (0x80E4)

Status code: 2162425856 (0x80E40000)

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also