summaryrefslogtreecommitdiff
path: root/lib/errorcodes.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/errorcodes.py')
-rw-r--r--lib/errorcodes.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/errorcodes.py b/lib/errorcodes.py
index 99a6ecd..beee37c 100644
--- a/lib/errorcodes.py
+++ b/lib/errorcodes.py
@@ -182,6 +182,7 @@ INVALID_XML_PROCESSING_INSTRUCTION = '2200T'
INVALID_INDICATOR_PARAMETER_VALUE = '22010'
SUBSTRING_ERROR = '22011'
DIVISION_BY_ZERO = '22012'
+INVALID_PRECEDING_OR_FOLLOWING_SIZE = '22013'
INVALID_ARGUMENT_FOR_NTILE_FUNCTION = '22014'
INTERVAL_FIELD_OVERFLOW = '22015'
INVALID_ARGUMENT_FOR_NTH_VALUE_FUNCTION = '22016'