AAS HTTP Client Documentation
Loading...
Searching...
No Matches
aas_client.AASConnectionError Class Reference

Exception raised for errors in the AAS connection. More...

Inheritance diagram for aas_client.AASConnectionError:
[legend]
Collaboration diagram for aas_client.AASConnectionError:
[legend]

Public Member Functions

 __init__ (self, str message, dict[int, str] errors)
 Initialize the AASConnectionError.
 

Public Attributes

 errors
 
 status_code
 

Detailed Description

Exception raised for errors in the AAS connection.

Parameters
messageError message
errorsDictionary of error codes and their corresponding messages

Definition at line 43 of file aas_client.py.

Constructor & Destructor Documentation

◆ __init__()

aas_client.AASConnectionError.__init__ (   self,
str  message,
dict[int, str]  errors 
)

Initialize the AASConnectionError.

Parameters
messageError message
errorsDictionary of error codes and their corresponding messages

Definition at line 51 of file aas_client.py.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ errors

aas_client.AASConnectionError.errors

Definition at line 53 of file aas_client.py.

◆ status_code

aas_client.AASConnectionError.status_code

Definition at line 54 of file aas_client.py.


The documentation for this class was generated from the following file: