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... | |
|
inlinestatic |
Displays an error in the given document.
|
inlinestatic |
Converts the Unity WWW.error messages into an easier to use status code.
|
static |
True if all errors should be handled including ones where a site has returned a custom error.
|
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.