Skip to content

Commit

Permalink
DOCS, Streaming: Follow-up: fixed error numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
s-kostyuk committed May 12, 2018
1 parent 5f549c7 commit 8c83469
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/api/handling_errors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ Control Message or Data Message. To define either the received Message
is Control or Data Message, the ``type`` field is used according
to the :doc:`./streaming_api` section of documentation. You must
to send messages with a type, appropriate to the current situation,
otherwise you will receive this (5003) error.
otherwise you will receive this (5010) error.


Error 5011: Invalid message type (not Data)
Expand All @@ -496,7 +496,7 @@ Control Message or Data Message. To define either the received Message
is Control or Data Message, the ``type`` field is used according
to the :doc:`./streaming_api` section of documentation. You must
to send messages with a type, appropriate to the current situation,
otherwise you will receive this (5004) error.
otherwise you will receive this (5011) error.


Error 5020: Invalid message topic
Expand All @@ -513,7 +513,7 @@ This error indicates some issue with the client-side code and should
be fixed by client's developer. In some situations server may wait a
message from a client application with the specified topic. You must
to send messages with a topic, appropriate to the current situation,
otherwise you will receive this (5010) error. To define what message
otherwise you will receive this (5020) error. To define what message
topic is expected in the current situation, please refer to the
:doc:`./streaming_api` section of documentation. The expected topic
of a message is defined in ``devel_message`` field of Error message.
Expand All @@ -534,5 +534,5 @@ be fixed by client's developer. In some situations client must to send
messages with the specified type, topic and the message body content.
You must to send messages with bodies as defined in the
:doc:`./streaming_api` section of documentation, otherwise
you will receive this (5020) error. The name of the missing or
you will receive this (5030) error. The name of the missing or
erroneous field is defined in ``devel_message`` field of Error message.

0 comments on commit 8c83469

Please sign in to comment.