aboutsummaryrefslogtreecommitdiff
path: root/cast/streaming/receiver_message.h
diff options
context:
space:
mode:
Diffstat (limited to 'cast/streaming/receiver_message.h')
-rw-r--r--cast/streaming/receiver_message.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cast/streaming/receiver_message.h b/cast/streaming/receiver_message.h
index 555016df..e25a64bd 100644
--- a/cast/streaming/receiver_message.h
+++ b/cast/streaming/receiver_message.h
@@ -47,6 +47,8 @@ struct ReceiverError {
static ErrorOr<ReceiverError> Parse(const Json::Value& value);
// Error code.
+ // TODO(issuetracker.google.com/184766188): Error codes should be well
+ // defined.
int32_t code = -1;
// Error description.