Class ErrorFacts
Definition
- Assembly:
- Tizen.dll
Provides functions that return the additional information about ErrorCode.
public static class ErrorFacts
- Inheritance
-
objectErrorFacts
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 ErrorCode. |
Returns
Type | Description |
---|---|
string |
GetLastResult()
Gets the last error code in the thread.
Declaration
public static int GetLastResult()
Returns
Type | Description |
---|---|
int | One of ErrorCode. |