X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/f9d84021c55bf0412b55800a82cc6be9a21dab74..315644d98ff2f5c2dd82b46d3fe8f63550f409e7:/lib/AI/Error.php diff --git a/lib/AI/Error.php b/lib/AI/Error.php index 1dc3915..3af3bef 100644 --- a/lib/AI/Error.php +++ b/lib/AI/Error.php @@ -48,6 +48,12 @@ define('AI_ERROR_NO_RESULTADOS', 1); */ define('AI_ERROR_TIENE_HIJOS', 2); +/** + * Error que indica que el tipo de orden usado no es vĂ¡lido. + * Es un error no esperado. + */ +define('AI_ERROR_ORDEN_INVALIDO', 3); + // +X2C Class 469 :AI_Error /** * @package AI