docs: add sellFail server return inst

This commit is contained in:
realaltffour 2020-05-31 09:34:41 +03:00
parent 51024793fc
commit 09cb95ddd1
No known key found for this signature in database
GPG Key ID: C1265D839D44DCB1
2 changed files with 4 additions and 0 deletions

Binary file not shown.

View File

@ -819,4 +819,8 @@ failed. The reason/message is in the arguments attached with the instruction.
\subsubsection{sellSucecss}
This is a server return instruction. It means that a sell action has succeeded.
\subsubsection{sellFail}
This is a server return instruction. It means that a sell action has failed.
The reason/message is in the arguments attached wit hthe instruction.
\end{document}