Uses of Class
de.hybris.platform.dataimportcommons.facades.ErrorCode
-
Packages that use ErrorCode Package Description com.hybris.datahub.core.facades de.hybris.platform.dataimportcommons.facades -
-
Uses of ErrorCode in com.hybris.datahub.core.facades
Methods in com.hybris.datahub.core.facades with parameters of type ErrorCode Modifier and Type Method Description static ImportErrorImportTestUtils. error(ErrorCode code, java.lang.String msg)Simulates an import error with the specified error code and the message. -
Uses of ErrorCode in de.hybris.platform.dataimportcommons.facades
Methods in de.hybris.platform.dataimportcommons.facades that return ErrorCode Modifier and Type Method Description static ErrorCodeErrorCode. classify(java.lang.String msg)Classifies the error based on the error message submitted.static ErrorCodeErrorCode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ErrorCode[]ErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-