Class ErrorFacts

Definition

Namespace:
Tizen.Internals.Errors
Assembly:
Tizen.dll
API Level:
3

Provides functions that return the additional information about ErrorCode.

C#
Copy
public static class ErrorFacts
Inheritance
System.Object
ErrorFacts

Methods

View Source

GetErrorMessage(Int32)

Gets the message for the given error code.

Declaration
C#
Copy
public static string GetErrorMessage(int errorCode)
Parameters
Type Name Description
Int32 errorCode

One of ErrorCode.

Returns
Type Description
System.String
API Level: 3
View Source

GetLastResult()

Gets the last error code in the thread.

Declaration
C#
Copy
public static int GetLastResult()
Returns
Type Description
Int32

One of ErrorCode.

API Level: 3