ClientException Class

An exception related to a client error.

Construct a new ClientException.

Inheritance
ClientException
azureml._common.exceptions.AzureMLException
ClientException

Constructor

ClientException(exception_message='', target=None, **kwargs)

Parameters

exception_message
str
Required

A message describing the error.

inner_exception
str
Required

An optional message, for example, from a previously handled exception.

target
str
default value: None

The name of the element that caused the exception to be raised.

details
str
Required

Any additional information about the error such as other error responses or stack traces.

exception_message
Required

Details on the exception.

target
Required

The name of the element that caused the exception to be thrown.