PyS2OPC (client): Add missing status codes
Description
Add missing status codes.
Code version and environment identification
Steps to reproduce
The PyS2OPC client returns a KeyError when it receives OpcUa_BadServerTooBusy from the server.
Relevant logs and/or screenshots
Analysis
The PyS2OPC client returns a KeyError when it receives an unknown status from the server.
Security impact
None
Possible fixes
- Add missing status code
- Returns the status (as a string if known), otherwise as a hexadecimal numeric status.
