Detailed Description

Manages events such as 404 pages.

Static Public Member Functions

static int GetUnityErrorCode (string unityError)
 Converts the Unity WWW.error messages into an easier to use status code. More...
 
static void Display (ErrorInfo error)
 Displays an error in the given document. More...
 

Public Attributes

const int TooManyRedirects =508
 Redirection loop error. More...
 

Static Public Attributes

static bool CatchAll
 True if all errors should be handled including ones where a site has returned a custom error. More...
 
static ErrorHandler PageNotFound
 Used when a http:// or resources file link errors. This may be due to a 404/ file not found or network down. More...
 

Member Function Documentation

static void PowerUI.ErrorHandlers.Display ( ErrorInfo  error)
inlinestatic

Displays an error in the given document.

static int PowerUI.ErrorHandlers.GetUnityErrorCode ( string  unityError)
inlinestatic

Converts the Unity WWW.error messages into an easier to use status code.

Member Data Documentation

bool PowerUI.ErrorHandlers.CatchAll
static

True if all errors should be handled including ones where a site has returned a custom error.

ErrorHandler PowerUI.ErrorHandlers.PageNotFound
static

Used when a http:// or resources file link errors. This may be due to a 404/ file not found or network down.

const int PowerUI.ErrorHandlers.TooManyRedirects =508

Redirection loop error.