You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/org/exist/xquery/ErrorCodes.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -131,8 +131,9 @@ public class ErrorCodes {
131
131
"Bind the prefix xmlns to any namespace URI.\n" +
132
132
"Bind a prefix to the namespace URI http://www.w3.org/2000/xmlns/.\n" +
133
133
"Bind any prefix (including the empty prefix) to a zero-length namespace URI.");
134
-
publicstaticfinalErrorCodeXQDY0138 = newW3CErrorCode("XQDY0138", "Position n does not exist in this array");
135
134
publicstaticfinalErrorCodeXQDY0102 = newW3CErrorCode("XQDY0102", "If the name of an element in an element constructor is in no namespace, creating a default namespace for that element using a computed namespace constructor is an error.");
135
+
publicstaticfinalErrorCodeXQDY0137 = newW3CErrorCode("XQDY0137", "No two keys in a map may have the same key value");
136
+
publicstaticfinalErrorCodeXQDY0138 = newW3CErrorCode("XQDY0138", "Position n does not exist in this array");
136
137
137
138
/* XQuery 1.0 and XPath 2.0 Functions and Operators http://www.w3.org/TR/xpath-functions/#error-summary */
0 commit comments