Sha256: 4f75b35b210697a47ee346d20fe477cb573548b7e1839ae32598a30ef094db67

Contents?: true

Size: 1.55 KB

Versions: 2

Compression:

Stored size: 1.55 KB

Contents

en:
  pact_broker:
    errors:
      validation:
        attribute_missing: "Missing required attribute '%{attribute}'"
        invalid_http_method: "Invalid HTTP method '%{method}'"
        invalid_url: "Invalid URL '%{url}'. Expected format: http://example.org"
      duplicate_pacticipant: |
        This is the first time a pact has been published for "%{new_name}".
        The name "%{new_name}" is very similar to the following existing consumers/providers:
        %{existing_names}
        If you meant to specify one of the above names, please correct the pact configuration, and re-publish the pact.
        If the pact is intended to be for a new consumer or provider, please manually create "%{new_name}" using the following command, and then re-publish the pact:
        $ curl -v -XPOST -H "Content-Type: application/json" -d "{\"name\": \"%{new_name}\"}" %{create_pacticipant_url}
      "400":
        title: 400 Malformed Request
        message: The request was malformed and could not be processed.
      "404":
        title: 404 Not Found
        message: The requested document was not found on this server.
      "500":
        title: 500 Internal Server Error
        message: "The server encountered an error while processing this request: <pre>%{error}</pre>"
      "501":
        title: 501 Not Implemented
        message: "The server does not support the %{method} method."
      "503":
        title: 503 Service Unavailable
        message: The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pact_broker-1.3.0 lib/pact_broker/locale/en.yml
pact_broker-1.2.0 lib/pact_broker/locale/en.yml