Wikitude Unity Plugin
Properties | List of all members
Wikitude.Error Class Reference

Error class that encapsulates additional information. Used thought the SDK when something goes wrong. More...

Properties

int Code [get]
 Unique code used to identify the error. More...
 
string Domain [get]
 Specifies the domain of the error, used to narrow down what part of the SDK encountered the problem. More...
 
string Message [get]
 Additional message describing what went wrong. More...
 
Error UnderlyingError [get]
 The underlying error of this error, if it exists. Used to find the root cause of the failure. Can be null. More...
 

Detailed Description

Error class that encapsulates additional information. Used thought the SDK when something goes wrong.

Property Documentation

int Wikitude.Error.Code
get

Unique code used to identify the error.

string Wikitude.Error.Domain
get

Specifies the domain of the error, used to narrow down what part of the SDK encountered the problem.

string Wikitude.Error.Message
get

Additional message describing what went wrong.

Error Wikitude.Error.UnderlyingError
get

The underlying error of this error, if it exists. Used to find the root cause of the failure. Can be null.