Class ImpExException.ErrorCodes

java.lang.Object
de.hybris.platform.impex.jalo.ImpExException.ErrorCodes
Enclosing class:
ImpExException

public class ImpExException.ErrorCodes extends Object
Class containing defining all error codes of exception caused by ImpEx. Note: This is in work still.
  • Field Details

    • CAN_NOT_RESOLVE_ANYMORE

      public static final int CAN_NOT_RESOLVE_ANYMORE
      Thrown if there are unresolved lines and the work media amount of lines at work media has not changed between two passes.
      See Also:
    • MODIFIER_UNIQUE_CACHE_SINGLETON

      public static final int MODIFIER_UNIQUE_CACHE_SINGLETON
      Thrown if the 'cacheUnique' modifier is set and the type of header is a singleton.
      See Also:
  • Constructor Details

    • ErrorCodes

      public ErrorCodes()