description |
---|
Message to indicate an error on the previous request. |
An Error Message can be sent both by clients or servers to indicate an error on a previous request identified with its Stream Identifier.
Field | Value | Description |
---|---|---|
Message Type | 0x02 | Error |
Message Size | varint | Remaining Message Length |
Name | Field | Type | Mandatory | Description |
---|---|---|---|---|
Stream Id | 0x01 | true | Stream identifier of the source request. | |
Parameters | 0x02 | false | Optional parameters associated to the response, like a response code, payload description, etc. | |
Payload | 0x03 | false | Optional payload associated to the response |