|
AAS HTTP Client Documentation
|
Exception raised for errors in the AAS connection. More...
Public Member Functions | |
| __init__ (self, str message, dict[int, str] errors) | |
| Initialize the AASConnectionError. | |
Public Attributes | |
| errors | |
| status_code | |
Exception raised for errors in the AAS connection.
| message | Error message |
| errors | Dictionary of error codes and their corresponding messages |
Definition at line 43 of file aas_client.py.
| aas_client.AASConnectionError.__init__ | ( | self, | |
| str | message, | ||
| dict[int, str] | errors | ||
| ) |
Initialize the AASConnectionError.
| message | Error message |
| errors | Dictionary of error codes and their corresponding messages |
Definition at line 51 of file aas_client.py.
| aas_client.AASConnectionError.errors |
Definition at line 53 of file aas_client.py.
| aas_client.AASConnectionError.status_code |
Definition at line 54 of file aas_client.py.