Package com.linkedin.feathr.common
Class FeatureError
java.lang.Object
com.linkedin.feathr.common.FeatureError
An error associated with a particular feature containing an error msg and the corresponding
FeatureErrorCode-
Constructor Summary
ConstructorsConstructorDescriptionFeatureError(FeatureErrorCode errorCode) FeatureError(FeatureErrorCode errorCode, String errorMsg) FeatureError(FeatureErrorCode errorCode, Throwable t) -
Method Summary