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.AzureMLException
UserErrorException

Constructor

UserErrorException(exception_message, **kwargs)

Parameters

exception_message
str
Required

A message describing the error.

exception_message
str
Required

A message describing the error.