Play-SDK-CSharp
Public Member Functions | Static Public Attributes | Properties | List of all members
LeanCloud.Play.Protocol.ErrorInfo Class Reference
Inheritance diagram for LeanCloud.Play.Protocol.ErrorInfo:

Public Member Functions

 ErrorInfo ()
 
 ErrorInfo (ErrorInfo other)
 
ErrorInfo Clone ()
 
override bool Equals (object other)
 
bool Equals (ErrorInfo other)
 
override int GetHashCode ()
 
override string ToString ()
 
void WriteTo (pb::CodedOutputStream output)
 
int CalculateSize ()
 
void MergeFrom (ErrorInfo other)
 
void MergeFrom (pb::CodedInputStream input)
 

Static Public Attributes

const int ReasonCodeFieldNumber = 1
 Field number for the "reason_code" field. More...
 
const int DetailFieldNumber = 2
 Field number for the "detail" field. More...
 
const int AppInfoFieldNumber = 3
 Field number for the "app_info" field. More...
 

Properties

static pb::MessageParser< ErrorInfoParser [get]
 
static pbr::MessageDescriptor Descriptor [get]
 
int ReasonCode [get, set]
 
string Detail [get, set]
 
global::LeanCloud.Play.Protocol.AppInfo AppInfo [get, set]
 

Constructor & Destructor Documentation

◆ ErrorInfo() [1/2]

LeanCloud.Play.Protocol.ErrorInfo.ErrorInfo ( )
inline

◆ ErrorInfo() [2/2]

LeanCloud.Play.Protocol.ErrorInfo.ErrorInfo ( ErrorInfo  other)
inline

Member Function Documentation

◆ CalculateSize()

int LeanCloud.Play.Protocol.ErrorInfo.CalculateSize ( )
inline

◆ Clone()

ErrorInfo LeanCloud.Play.Protocol.ErrorInfo.Clone ( )
inline

◆ Equals() [1/2]

bool LeanCloud.Play.Protocol.ErrorInfo.Equals ( ErrorInfo  other)
inline

◆ Equals() [2/2]

override bool LeanCloud.Play.Protocol.ErrorInfo.Equals ( object  other)
inline

◆ GetHashCode()

override int LeanCloud.Play.Protocol.ErrorInfo.GetHashCode ( )
inline

◆ MergeFrom() [1/2]

void LeanCloud.Play.Protocol.ErrorInfo.MergeFrom ( ErrorInfo  other)
inline

◆ MergeFrom() [2/2]

void LeanCloud.Play.Protocol.ErrorInfo.MergeFrom ( pb::CodedInputStream  input)
inline

◆ ToString()

override string LeanCloud.Play.Protocol.ErrorInfo.ToString ( )
inline

◆ WriteTo()

void LeanCloud.Play.Protocol.ErrorInfo.WriteTo ( pb::CodedOutputStream  output)
inline

Member Data Documentation

◆ AppInfoFieldNumber

const int LeanCloud.Play.Protocol.ErrorInfo.AppInfoFieldNumber = 3
static

Field number for the "app_info" field.

◆ DetailFieldNumber

const int LeanCloud.Play.Protocol.ErrorInfo.DetailFieldNumber = 2
static

Field number for the "detail" field.

◆ ReasonCodeFieldNumber

const int LeanCloud.Play.Protocol.ErrorInfo.ReasonCodeFieldNumber = 1
static

Field number for the "reason_code" field.

Property Documentation

◆ AppInfo

global.LeanCloud.Play.Protocol.AppInfo LeanCloud.Play.Protocol.ErrorInfo.AppInfo
getset

◆ Descriptor

pbr.MessageDescriptor LeanCloud.Play.Protocol.ErrorInfo.Descriptor
staticget

◆ Detail

string LeanCloud.Play.Protocol.ErrorInfo.Detail
getset

◆ Parser

pb.MessageParser<ErrorInfo> LeanCloud.Play.Protocol.ErrorInfo.Parser
staticget

◆ ReasonCode

int LeanCloud.Play.Protocol.ErrorInfo.ReasonCode
getset

The documentation for this class was generated from the following file: