org.seedstack.netflix.feign.internal.FeignErrorCode.properties Maven / Gradle / Ivy
The newest version!
#
# Copyright (c) 2013-2016, The SeedStack authors
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
ERROR_BUILDING_HYSTRIX_CLIENT=Cannot build the Feign Hystrix client.
ERROR_INSTANTIATING_DECODER=The class ${class} cannot be instantiated.
ERROR_INSTANTIATING_DECODER.fix=Check the property "decoder", it must be the fully qualified name of a valid decoder.
ERROR_INSTANTIATING_ENCODER=The class ${class} cannot be instantiated.
ERROR_INSTANTIATING_ENCODER.fix=Check the property "encoder", it must be the fully qualified name of a valid encoder.
ERROR_INSTANTIATING_FALLBACK=The class ${class} cannot be instantiated.
ERROR_INSTANTIATING_FALLBACK.fix=Check the property "fallback", it must be the fully qualified name of a valid fallback class implementing your API.
ERROR_INSTANTIATING_LOGGER=The class ${class} cannot be instantiated.
ERROR_INSTANTIATING_LOGGER.fix=Check the property "logger", it must be the fully qualified name of a valid logger.
HYSTRIX_NOT_PRESENT=Hystrix is not present in the classpath.
HYSTRIX_NOT_PRESENT.fix=Make sure you have the 'hystrix-core' dependency available in your project classpath.