Class ErrorFacts
Definition
- Assembly:
- Tizen.dll
Provides functions that return the additional information about Error
public static class ErrorFacts
- Inheritance
-
objectError
Facts
Methods
View SourceGetErrorMessage(int)
Gets the message for the given error code.
Declaration
public static string GetErrorMessage(int errorCode)
Parameters
Type | Name | Description |
---|---|---|
int | errorCode | One of Error |
Returns
Type | Description |
---|---|
string |
GetLastResult()
Gets the last error code in the thread.
Declaration
public static int GetLastResult()
Returns
Type | Description |
---|---|
int | One of Error |