Files
Bell 8fb610e69c 1
2026-03-06 22:37:52 +07:00

11 lines
673 B
Plaintext

//+------------------------------------------------------------------+
//| StdLibErr.mqh |
//| Copyright 2000-2026, MetaQuotes Ltd. |
//| www.mql5.com |
//+------------------------------------------------------------------+
#define ERR_USER_INVALID_HANDLE 1
#define ERR_USER_INVALID_BUFF_NUM 2
#define ERR_USER_ITEM_NOT_FOUND 3
#define ERR_USER_ARRAY_IS_EMPTY 1000
//+------------------------------------------------------------------+