Update Realtime/Realtime/Public/Result/LCIMOperationFailure.cs
Co-authored-by: Jang Rush <weakish@gmail.com>
parent
f5bd431cc7
commit
c4536d5b18
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
namespace LeanCloud.Realtime {
|
namespace LeanCloud.Realtime {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// LCIMOperationFailure is the result that handles the operation of conversation.
|
/// LCIMOperationFailure is the failed result of a conversation operation.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class LCIMOperationFailure {
|
public class LCIMOperationFailure {
|
||||||
public int Code {
|
public int Code {
|
||||||
|
|
Loading…
Reference in New Issue