UserErrorException Class
An exception related to invalid or unsupported inputs. This exception is commonly raised for missing parameters, trying to access an entity that does not exist, or invalid value types when configuring a run.
Initialize a new instance of UserErrorException.
- Inheritance
-
azureml._common.exceptions.AzureMLExceptionUserErrorException
Constructor
UserErrorException(exception_message, **kwargs)
Parameters
Name | Description |
---|---|
exception_message
Required
|
A message describing the error. |
exception_message
Required
|
A message describing the error. |