All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.unboundid-ldapsdk.6.0.3.source-code.unboundid-ldapsdk-jsonfilter.properties Maven / Gradle / Ivy

# Copyright 2015-2021 Ping Identity Corporation
# All Rights Reserved.
#
# -----
#
# Copyright 2015-2021 Ping Identity Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#    http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# -----
#
# Copyright (C) 2015-2021 Ping Identity Corporation
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License (GPLv2 only)
# or the terms of the GNU Lesser General Public License (LGPLv2.1 only)
# as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see .


# The fully-qualified name of the class to create.
class.name=com.unboundid.ldap.sdk.unboundidds.jsonfilter.JFMessages

ERR_OBJECT_FILTER_MISSING_FILTER_TYPE=Unable to parse JSON object {0} as a \
  filter because it is missing the required ''{1}'' field.
ERR_OBJECT_FILTER_INVALID_FILTER_TYPE=Unable to parse JSON object {0} as a \
  filter because it has an unrecognized value for the ''{1}'' field.
ERR_OBJECT_FILTER_MISSING_REQUIRED_FIELD=Unable to parse JSON object {0} as a \
  filter of type ''{1}'' because it is missing required field ''{2}''.
ERR_OBJECT_FILTER_UNRECOGNIZED_FIELD=Unable to parse JSON object {0} as a \
  filter of type ''{1}'' because it includes unrecognized field ''{2}''.
ERR_OBJECT_FILTER_VALUE_EMPTY_ARRAY=Unable to parse JSON object {0} as a \
  filter of type ''{1}'' because the value of field ''{2}'' was not expected \
  to be an empty array.
ERR_OBJECT_FILTER_VALUE_NOT_STRING=Unable to parse JSON object {0} as a \
  filter of type ''{1}'' because the value of field ''{2}'' is not a string.
ERR_OBJECT_FILTER_VALUE_NOT_STRINGS=Unable to parse JSON object {0} as a \
  filter of type ''{1}'' because the value of field ''{2}'' is not a string \
  or an array of strings.
ERR_OBJECT_FILTER_VALUE_NOT_BOOLEAN=Unable to parse JSON object {0} as a \
  filter of type ''{1}'' because the value of field ''{2}'' is not a Boolean.
ERR_OBJECT_FILTER_VALUE_NOT_ARRAY=Unable to parse JSON object {0} as a \
  filter of type ''{1}'' because the value of field ''{2}'' is not an array \
  of JSON objects.
ERR_OBJECT_FILTER_ARRAY_ELEMENT_NOT_OBJECT=Unable to parse JSON object {0} \
  as a filter of type ''{1}'' because the array value of field ''{2}'' \
  contains at least one element that is not a JSON object.
ERR_OBJECT_FILTER_ARRAY_ELEMENT_NOT_FILTER=Unable to parse JSON object {0} \
  as a filter of type ''{1}'' because object {2} in the array of values \
  for field ''{3}'' cannot be parsed as a valid JSON object filter:  {4}
ERR_OBJECT_FILTER_VALUE_NOT_OBJECT=Unable to parse JSON object {0} as a \
  filter of type ''{1}'' because the value of field ''{2}'' is not an object.
ERR_OBJECT_FILTER_VALUE_NOT_FILTER=Unable to parse JSON object {0} as a \
  filter of type ''{1}'' because the value of field ''{2}'' cannot be decoded \
  as a JSON object filter:  {3}
ERR_CONTAINS_FIELD_FILTER_UNRECOGNIZED_EXPECTED_TYPE=Unable to parse JSON \
  object {0} as a filter of type ''{1}'' because value ''{2}'' of field \
  ''{3}'' is not a valid expected type value.
ERR_SUBSTRING_FILTER_NO_COMPONENTS=Unable to parse JSON object {0} as a \
  filter of type ''{1}'' because it does not have a value for at least one \
  of the {2}, {3}, or {4} fields.
ERR_REGEX_FILTER_INVALID_REGEX=String ''{0}'' cannot be parsed as a valid \
  regular expression:  {1}
ERR_REGEX_FILTER_DECODE_INVALID_REGEX=Unable to parse JSON object {0} as a \
  filter of type ''{1}'' because the value of field ''{2}'' cannot be \
  parsed as a valid regular expression:  {3}
ERR_JSON_MATCHING_RULE_SUBSTRING_NOT_SUPPORTED=The JSON matching rule does \
  not support substring matching.
ERR_JSON_MATCHING_RULE_ORDERING_NOT_SUPPORTED=The JSON matching rule does not \
  support ordering matching.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy