en: riak: backwards_clock: "System clock moved backwards, ID generation will fail for %{delay} more milliseconds." bucket_link_conversion: "Can't convert a bucket link to a walk spec" bucket_type: "invalid argument %{bucket} is not a Riak::Bucket" client_type: "invalid argument %{client} is not a Riak::Client" conflict_resolver_invalid: "The given resolver (%{resolver}) did not respond to :call" content_type_undefined: "content_type is not defined!" counter: bucket_needs_allow_mult: "Counters require allow_mult to be enabled on their bucket." increment_by_integer: "Counters can only be incremented or decremented by integers." deprecated: port: "DEPRECATION: Riak::Client#port has been deprecated, use #http_port or #pb_port for the appropriate protocol.\n%{backtrace}" search: "DEPRECATION: Riak Search features are included in the main client, you no longer need to require 'riak/search'.\n%{backtrace}" empty_map_reduce_query: "Specify one or more query phases to your MapReduce." failed_request: "Client request failed." filter_needs_block: "Filter %{filter} expects a block." filter_arity_mismatch: "Filter %{filter} expects %{expected} arguments but %{received} were given." full_bucket_mapred: "Full-bucket MapReduce, including key filters, invokes list-keys which is an expensive operation that should not be used in production.\n %{backtrace}" hash_type: "invalid argument %{hash} is not a Hash" http_configuration: "The %{backend} HTTP backend cannot be used. Please check its requirements." http_failed_request: "Expected %{expected} from Riak but received %{code}. %{body}" hostname_invalid: "host must be a valid hostname" protocol_invalid: "'%{invalid}' is not a valid protocol, valid values are %{valid}" index: no_next_page: "The returned search did not have a continuation available." pagination_not_available: "The Riak server does not support secondary index pagination." return_terms_not_available: "The Riak server does not support return_terms." streaming_not_available: "The Riak server does not support streaming." include_terms_is_wrong: "include_terms isn't a valid option; return_terms is." wrong_backend: "Secondary indexes aren't supported on the %{backend} backend." invalid_basic_auth: "basic auth must be set using 'user:pass'" invalid_client_id: "Invalid client ID, must be a string or between 0 and %{max_id}" invalid_io_object: "Invalid IO-like object assigned to RObject#data. It should be assigned to raw_data instead." invalid_function_value: "invalid value for function: %{value}" invalid_multiget_thread_count: "Invalid multiget thread count, must be nil or a positive integer." invalid_options: "Invalid configuration options given." invalid_phase_type: "type must be :map, :reduce, or :link" invalid_ssl_verify_mode: "%{invalid} is not a valid :verify_mode option for SSL. Valid options are 'peer' and 'none'." invalid_index_query: "%{value} is not a valid index query term, only Strings, Integers, and Ranges of those are allowed." indexes_unsupported: "Riak server does not support secondary indexes." loading_bucket: "while loading bucket '%{name}'" list_buckets: "Riak::Client#buckets is an expensive operation that should not be used in production.\n %{backtrace}" list_keys: "Riak::Bucket#keys is an expensive operation that should not be used in production.\n %{backtrace}" luwak_unsupported: "Riak server does not support Luwak. Enable it in app.config before using." missing_block: "A block must be given." missing_host_and_port: "You must specify a host and port, or use the defaults of 127.0.0.1:8098" module_function_pair_required: "function must have two elements when an array" not_found: "The requested object was not found." no_pipes: "Could not find or open pipes for Riak console in %{path}." object_in_conflict: "The object is in conflict (has siblings) and cannot be treated singly or saved: %{robject}" port_invalid: "port must be an integer between 0 and 65535" protobuffs_failed_request: "Expected success from Riak but received %{code}. %{body}" protobuffs_configuration: "The %{backend} Protobuffs backend cannot be used. Please check its requirements." request_body_type: "Request body must be a String or respond to :read." search_unsupported: "Riak server does not support search." search_docs_require_id: "Search index documents must include the 'id' field." search_remove_requires_id_or_query: "Search index documents to be removed must have 'id' or 'query' keys." serializer_not_implemented: "No serializer has been registered for content type %{content_type}" source_and_root_required: "Riak::Node configuration must include :source and :root keys." stale_write_prevented: "Stale write prevented by client." stored_function_invalid: "function must have :bucket and :key when a hash" streaming_bucket_list_without_block: "Streaming bucket list was requested but no block was given." string_type: "invalid_argument %{string} is not a String" too_few_arguments: "too few arguments: %{params}" walk_spec_invalid_unless_link: "WalkSpec is only valid for a function when the type is :link" wrong_argument_count_walk_spec: "wrong number of arguments (one Hash or bucket,tag,keep required)" zero_length_bucket: "bucket name cannot be a String of zero length" zero_length_key: "key cannot be a String of zero length"