X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/9351d4cccca46d475d991fdbbf66721427756896..493cf2effdb418f10f2ae77cec0786c5cef0bbcc:/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