smarie / python-azureml-client

A generic - unofficial - python 2 & 3 client stack for azureML web services
https://smarie.github.io/python-azureml-client/
MIT License
1 stars 1 forks source link

Unrecognized format for AzureML http error. #7

Closed smarie closed 5 years ago

smarie commented 5 years ago
{
    'error': {
        'code': 'BadArgument',
        'message': 'Invalid argument provided.',
        'details': {
            'code': 'MissingRequiredGlobalParameters',
            'target': 'localTimeZone',
            'message': 'Parameter(s) expected by the web service are missing. Verify all the required parameters expected by the web service are correct and try again.'
        }
    }
}

Does not seem to pass correctly in the constructor of AzmlException.