Class ErrorFacts
Definition
- Namespace:
- Tizen.Internals.Errors
- Assembly:
- Tizen.dll
- API Level:
- 3
Provides functions that return the additional information about ErrorCode.
C#Copypublic static class ErrorFacts
- Inheritance
-
System.ObjectErrorFacts
Methods
Declaration
C#Copypublic static string GetErrorMessage(int errorCode)
Parameters
Type | Name | Description |
---|---|---|
Int32 | errorCode | One of ErrorCode. |
Returns
Type | Description |
---|---|
System.String |
API Level: 3
Declaration
C#Copypublic static int GetLastResult()
Returns
Type | Description |
---|---|
Int32 | One of ErrorCode. |