9a9e9f9aa372dc00549820097d30655761b72893Jaco Jooste# The contents of this file are subject to the terms of the Common Development and
9a9e9f9aa372dc00549820097d30655761b72893Jaco Jooste# Distribution License (the License). You may not use this file except in compliance with the
9a9e9f9aa372dc00549820097d30655761b72893Jaco Jooste# You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
9a9e9f9aa372dc00549820097d30655761b72893Jaco Jooste# specific language governing permission and limitations under the License.
9a9e9f9aa372dc00549820097d30655761b72893Jaco Jooste# When distributing Covered Software, include this CDDL Header Notice in each file and include
9a9e9f9aa372dc00549820097d30655761b72893Jaco Jooste# the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
9a9e9f9aa372dc00549820097d30655761b72893Jaco Jooste# Header, with the fields enclosed by brackets [] replaced by your own identifying
9a9e9f9aa372dc00549820097d30655761b72893Jaco Jooste# information: "Portions copyright [year] [name of copyright owner]".
9a9e9f9aa372dc00549820097d30655761b72893Jaco Jooste# Copyright 2015 ForgeRock AS.
9a9e9f9aa372dc00549820097d30655761b72893Jaco Jooste########################################################################################################################
9a9e9f9aa372dc00549820097d30655761b72893Jaco Jooste# Error messages used by QueryException
9a9e9f9aa372dc00549820097d30655761b72893Jaco Jooste########################################################################################################################
9a9e9f9aa372dc00549820097d30655761b72893Jaco JoosteFILTER_BOOLEAN_LITERAL_FALSE=The 'boolean literal' filter with value of 'false' is not supported
9a9e9f9aa372dc00549820097d30655761b72893Jaco JoosteFILTER_EXTENDED_MATCH=The 'extended match' filter is not supported
9a9e9f9aa372dc00549820097d30655761b72893Jaco JoosteFILTER_GREATER_THAN=The 'greater than' filter is not supported
9a9e9f9aa372dc00549820097d30655761b72893Jaco JoosteFILTER_GREATER_THAN_OR_EQUAL=The 'greater than or equal' filter is not supported
9a9e9f9aa372dc00549820097d30655761b72893Jaco JoosteFILTER_LESS_THAN=The 'less than' filter is not supported
9a9e9f9aa372dc00549820097d30655761b72893Jaco JoosteFILTER_LESS_THAN_OR_EQUAL=The 'less than or equal' filter is not supported
9a9e9f9aa372dc00549820097d30655761b72893Jaco JoosteFILTER_NOT=The 'not' filter is not supported
9a9e9f9aa372dc00549820097d30655761b72893Jaco JoosteFILTER_PRESENT=The 'present' filter is not supported
4701cb94cccc5ef52c5333593fe9dd5a2376a9d9Jaco JoosteFILTER_DEPTH_NOT_SUPPORTED=Filter path is too long, a depth of 1 is supported
9a9e9f9aa372dc00549820097d30655761b72893Jaco Jooste########################################################################################################################