How to use the azure-mgmt-iotcentral.azure.mgmt.iotcentral.models.error_details_py3.ErrorDetails function in azure-mgmt-iotcentral

To help you get started, we’ve selected a few azure-mgmt-iotcentral examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Azure / azure-sdk-for-python / azure-mgmt-iotcentral / azure / mgmt / iotcentral / models / error_details_py3.py View on Github external
def __init__(self, *, details=None, **kwargs) -> None:
        super(ErrorDetails, self).__init__(**kwargs)
        self.code = None
        self.message = None
        self.target = None
        self.details = details

azure-mgmt-iotcentral

Microsoft Azure Iotcentral Management Client Library for Python

MIT
Latest version published 3 years ago

Package Health Score

82 / 100
Full package analysis

Similar packages