TapSDK C#
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
TapTap.Common.TapError Class Reference

Public Member Functions

 TapError (string json)
 
 TapError ()
 
 TapError (int code, string errorDescription)
 
 TapError (TapErrorCode code, string errorDescription)
 

Static Public Member Functions

static TapError SafeConstructorTapError (string json)
 
static TapError UndefinedError ()
 
static TapError LoginCancelError ()
 

Public Attributes

int code
 
string errorDescription
 

Constructor & Destructor Documentation

◆ TapError() [1/4]

TapTap.Common.TapError.TapError ( string  json)
inline

◆ TapError() [2/4]

TapTap.Common.TapError.TapError ( )
inline

◆ TapError() [3/4]

TapTap.Common.TapError.TapError ( int  code,
string  errorDescription 
)
inline

◆ TapError() [4/4]

TapTap.Common.TapError.TapError ( TapErrorCode  code,
string  errorDescription 
)
inline

Member Function Documentation

◆ LoginCancelError()

static TapError TapTap.Common.TapError.LoginCancelError ( )
inlinestatic

◆ SafeConstructorTapError()

static TapError TapTap.Common.TapError.SafeConstructorTapError ( string  json)
inlinestatic

◆ UndefinedError()

static TapError TapTap.Common.TapError.UndefinedError ( )
inlinestatic

Member Data Documentation

◆ code

int TapTap.Common.TapError.code

◆ errorDescription

string TapTap.Common.TapError.errorDescription

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