Sha256: d7f3b16f604152fa29b1bab518376715e337460a3752963da0a1f8468903b35e

Contents?: true

Size: 1.28 KB

Versions: 13

Compression:

Stored size: 1.28 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

    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.5.3 config/locales/errors.yml
waterdrop-2.5.2 config/locales/errors.yml
waterdrop-2.5.1 config/locales/errors.yml
waterdrop-2.5.0 config/locales/errors.yml
waterdrop-2.4.11 config/locales/errors.yml
waterdrop-2.4.10 config/locales/errors.yml
waterdrop-2.4.9 config/locales/errors.yml
waterdrop-2.4.8 config/locales/errors.yml
waterdrop-2.4.7 config/errors.yml
waterdrop-2.4.6 config/errors.yml
waterdrop-2.4.5 config/errors.yml
waterdrop-2.4.4 config/errors.yml
waterdrop-2.4.3 config/errors.yml