blob: 1935beeb0ecf24d40f1deb9545688cb00b3e17ba [file] [log] [blame]
###############################################################################
# Copyright (c) 2011 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
cannot_create_packet_with_no_event=You cannot create an event packet with no event
cannot_create_pakcet_null_json=You cannot create a packet from a null JSON mapping
cannot_create_request_null_command=You cannot create a request packet with a null command
cannot_create_response_null_command=A response packet cannot be created for a null command
no_command_in_json_response=There was no command found in the initializing JSON map to create a response packet from
no_command_in_request_json=There was no command found in the initializing JSON map to create a request packet from
no_event_found_in_json=There was no event found in the initializing JSON map to create an event packet from
no_packet_type_in_json=There was no type found in the initializing JSON map to create a packet from
no_tool_found_in_packet_json=There was no tool found in the initializing JSON map to create a packet from
packet_tools_service_name_cannot_be_null=Packet tool service name cannot be null
packet_type_cannot_be_null=The type of a packet cannot be null