CotC C# SDK for Unity  v1.4.0.1
Making social games is easy !
Properties | Public Member Functions | Public Attributes | List of all members
CotcSdk.CotcException Class Reference

Description

Standard type of exceptions as forwarded most of the time in case of API error (network included).

Properties

Bundle ServerData [get]
 

Public Member Functions

 CotcException (ErrorCode code, string failureDescription=null)
 To be used for an higher level error. No information about the HTTP request would be attached. More...
 
override string ToString ()
 

Public Attributes

ErrorCode ErrorCode
 
string ErrorInformation
 
int HttpStatusCode
 
Inheritance diagram for CotcSdk.CotcException:

Constructor & Destructor Documentation

◆ CotcException()

CotcSdk.CotcException.CotcException ( ErrorCode  code,
string  failureDescription = null 
)

To be used for an higher level error. No information about the HTTP request would be attached.