polar-prost 0.1.0

Protobuf bindings to interact with Polar watches
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
syntax = "proto2";
package data;

message PbConstraintViolation {
	required string valueName = 1 ;
	required string violationReason = 2 ;
}

message PbErrors {
	required string message = 1 ;
	repeated data.PbConstraintViolation violations = 2 ;
	repeated string errors = 3 ;
	repeated string stackTrace = 4 ;
}