All Classes Files Variables Enumerations Enumerator Pages
Variables
rest_response.proto File Reference

Variables

optional string msg = 3
 Message describing the response. More...
 
package gazebo msgs
 
message RestResponse
 
required Type type = 2
 Type of response. More...
 

Variable Documentation

optional string msg = 3

Message describing the response.

package gazebo msgs
message RestResponse
Initial value:
{
enum Type
{
SUCCESS = 1;
ERROR = 2;
LOGIN = 3;
LOGOUT = 4;
}
optional uint32 id = 1
required Type type = 2

Type of response.