From 722432fecc4131346192da88d8905fb115a3e32e Mon Sep 17 00:00:00 2001 From: Joey Date: Thu, 19 Dec 2013 06:00:55 -0500 Subject: [PATCH] Update error_codes.inc.php Fix to issue #957 --- public/include/config/error_codes.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/include/config/error_codes.inc.php b/public/include/config/error_codes.inc.php index 80078f3d..1c5eee85 100644 --- a/public/include/config/error_codes.inc.php +++ b/public/include/config/error_codes.inc.php @@ -69,4 +69,6 @@ $aErrorCodes['E0062'] = 'Block has no share_id, not running payouts'; $aErrorCodes['E0063'] = 'Upstream share already assigned to previous block'; $aErrorCodes['E0064'] = 'Failed to create transaction record'; $aErrorCodes['E0065'] = 'Remaining balance is greater than 0'; +$aErrorCodes['E0072'] = 'Worker names must be alphanumeric'; +$aErrorCodes['E0073'] = 'Worker name is too long; try entering a shorter name' ?>