Share via


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.

Constructor

UserErrorException(exception_message, **kwargs)

Parameters

Name Description
exception_message
Required
str

A message describing the error.

exception_message
Required
str

A message describing the error.