tea-protocol 0.1.0

Canonical protocol types for the tea-rs project
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "protocolVersion": "1.0",
  "type": "protocol_error",
  "error": {
    "code": "unsupported_command",
    "message": "command type is not supported",
    "retry": "never",
    "correlationId": "0195a0b1-5e3b-7ef0-8ec1-0aa7aa000001",
    "details": {
      "dev.tea-rs.protocol": {
        "supportedProtocol": ">=1.0 <2.0"
      }
    }
  }
}