Class ErrorFacts

    Definition

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

    Provides functions that return the additional information about ErrorCode.

    public static class ErrorFacts
    Inheritance
    object
    ErrorFacts

    Methods

    View Source

    GetErrorMessage(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
    View Source

    GetLastResult()

    Gets the last error code in the thread.

    Declaration
    public static int GetLastResult()
    Returns
    Type Description
    int

    One of ErrorCode.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX