TrackingEventErrorInfo Class
The tracking event error info.
- Inheritance
-
msrest.serialization.ModelTrackingEventErrorInfo
Constructor
TrackingEventErrorInfo(*, message: str | None = None, code: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
message
|
The message. |
code
|
The code. |
Variables
Name | Description |
---|---|
message
|
The message. |
code
|
The code. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python