Class ErrorFacts
Definition
- Assembly:
- Tizen.dll
Provides functions that return the additional information about ErrorCode.
C#Copypublic static class ErrorFacts
- Inheritance
-
objectErrorFacts
Methods
Declaration
C#Copypublic static string GetErrorMessage(int errorCode)
Parameters
Type | Name | Description |
---|---|---|
int | errorCode | One of ErrorCode. |
Returns
Type | Description |
---|---|
string |
Declaration
C#Copypublic static int GetLastResult()
Returns
Type | Description |
---|---|
int | One of ErrorCode. |