How to use the azure-mgmt-iothubprovisioningservices.azure.mgmt.iothubprovisioningservices.models.ErrorDetailsException function in azure-mgmt-iothubprovisioningservices

To help you get started, we’ve selected a few azure-mgmt-iothubprovisioningservices 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-iothubprovisioningservices / azure / mgmt / iothubprovisioningservices / operations / operations.py View on Github external
header_parameters = {}
            header_parameters['Content-Type'] = 'application/json; charset=utf-8'
            if self.config.generate_client_request_id:
                header_parameters['x-ms-client-request-id'] = str(uuid.uuid1())
            if custom_headers:
                header_parameters.update(custom_headers)
            if self.config.accept_language is not None:
                header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str')

            # Construct and send request
            request = self._client.get(url, query_parameters)
            response = self._client.send(
                request, header_parameters, stream=False, **operation_config)

            if response.status_code not in [200]:
                raise models.ErrorDetailsException(self._deserialize, response)

            return response

azure-mgmt-iothubprovisioningservices

Microsoft Azure IoT Hub Provisioning Services Client Library for Python

MIT
Latest version published 2 years ago

Package Health Score

82 / 100
Full package analysis

Popular azure-mgmt-iothubprovisioningservices functions

Similar packages