Diglin\Ricardo\Enums\SearchErrors

Synopsis

class SearchErrors extends AbstractEnums {
  • // constants
  • const EMPTYSENTENCE = 1;
  • const NOCATEGORYFOUND = 2;
  • const BASESEARCHPARAMETERSEMPTY = 3;
  • const PAGENUMBERTOOSMALL = 4;
  • const PAGESIZETOOSMALL = 5;
  • const NORESULTFOUND = 6;
  • const SITENUMBERISNOTSET = 7;
  • const UNIVERSEMISS = 8;
  • const NUMBEROFARTICLESINCORECT = 9;
  • const NOTACCESSORYCATEGORY = 10;
  • const INCORRECTSELLERID = 11;
  • // methods
  • public static array getEnums()
  • // Inherited methods from AbstractEnums
  • public static array getEnums()
  • public static bool getLabel()
  • public static array getValues()
}

Hierarchy

Constants

Name Value
EMPTYSENTENCE 1
NOCATEGORYFOUND 2
BASESEARCHPARAMETERSEMPTY 3
PAGENUMBERTOOSMALL 4
PAGESIZETOOSMALL 5
NORESULTFOUND 6
SITENUMBERISNOTSET 7
UNIVERSEMISS 8
NUMBEROFARTICLESINCORECT 9
NOTACCESSORYCATEGORY 10
INCORRECTSELLERID 11

Methods

History