ClientException 类

与客户端错误相关的异常。

继承
ClientException
azureml._common.exceptions.AzureMLException
ClientException

构造函数

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

参数

exception_message
str
必需

描述错误的消息。

inner_exception
str
默认值: None

可选消息,例如来自以前处理的异常的消息。

target
str
必需

导致引发异常的元素的名称。

details
str
必需

有关该错误的其他信息,例如其他错误响应或堆栈跟踪。