Sha256: 6ec8b547796148e23cb3a148e8ae338b7f6be94c5827de75e55e1bb895a77669

Contents?: true

Size: 1.5 KB

Versions: 13

Compression:

Stored size: 1.5 KB

Contents

en:
  validations:
    config:
      missing: must be present
      logger_format: must be present
      deliver_format: must be boolean
      id_format: must be a non-empty string
      max_payload_size_format: must be an integer that is equal or bigger than 1
      wait_timeout_format: must be a numeric that is bigger than 0
      max_wait_timeout_format: must be an integer that is equal or bigger than 0
      kafka_format: must be a hash with symbol based keys
      kafka_key_must_be_a_symbol: All keys under the kafka settings scope need to be symbols
      wait_on_queue_full_format: must be boolean
      wait_backoff_on_queue_full_format: must be a numeric that is bigger or equal to 0
      wait_timeout_on_queue_full_format: must be a numeric that is bigger or equal to 0

    message:
      missing: must be present
      partition_format: must be an integer greater or equal to -1
      topic_format: 'does not match the topic allowed format'
      partition_key_format: must be a non-empty string
      timestamp_format: must be either time or integer
      payload_format: must be string or nil
      headers_format: must be a hash
      key_format: must be a non-empty string
      payload_max_size: is more than `max_payload_size` config value
      headers_invalid_key_type: all headers keys need to be of type String
      headers_invalid_value_type: all headers values need to be of type String

    test:
      missing: must be present
      nested.id_format: 'is invalid'
      nested.id2_format: 'is invalid'

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
waterdrop-2.6.11 config/locales/errors.yml
waterdrop-2.6.10 config/locales/errors.yml
waterdrop-2.6.9 config/locales/errors.yml
waterdrop-2.6.8 config/locales/errors.yml
waterdrop-2.6.7 config/locales/errors.yml
waterdrop-2.6.6 config/locales/errors.yml
waterdrop-2.6.5 config/locales/errors.yml
waterdrop-2.6.4 config/locales/errors.yml
waterdrop-2.6.3 config/locales/errors.yml
waterdrop-2.6.2 config/locales/errors.yml
waterdrop-2.6.1 config/locales/errors.yml
waterdrop-2.6.1.beta1 config/locales/errors.yml
waterdrop-2.6.0 config/locales/errors.yml