Class ErrorFacts

Definition

Namespace:
Tizen.Internals.Errors
Assembly:
Tizen.dll

Provides functions that return the additional information about ErrorCode.

C#
Copy
public static class ErrorFacts
Inheritance
object
ErrorFacts

Methods

View Source

GetErrorMessage(int)

Gets the message for the given error code.

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

One of ErrorCode.

Returns
Type Description
string
View Source

GetLastResult()

Gets the last error code in the thread.

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

One of ErrorCode.