Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 1.33 KB

error.md

File metadata and controls

15 lines (9 loc) · 1.33 KB
description
Message to indicate an error on the previous request.

Error

An Error Message can be sent both by clients or servers to indicate an error on a previous request identified with its Stream Identifier.

Header

FieldValueDescription
Message Type0x02Error
Message SizevarintRemaining Message Length

Body

NameFieldTypeMandatoryDescription
Stream Id0x01trueStream identifier of the source request.
Parameters0x02falseOptional parameters associated to the response, like a response code, payload description, etc.
Payload0x03falseOptional payload associated to the response