DiagnosticResults

EMDK For Xamarin 2.4

Defines all the error codes the diagnostic API returns.

Type - Java.Lang.Enum

Methods

ValueOf

public static Symbol.XamarinEMDK.PersonalShopper.DiagnosticResults ValueOf (string p0);

Parameters:

  • System.String p0 -

Returns - Symbol.XamarinEMDK.PersonalShopper.DiagnosticResults

Values

public static Symbol.XamarinEMDK.PersonalShopper.DiagnosticResults[] Values ();

Returns - Symbol.XamarinEMDK.PersonalShopper.DiagnosticResults[]

Properties

Description

Returns the description for the error.

Type - System.String

Failure

Failure

Type - Symbol.XamarinEMDK.PersonalShopper.DiagnosticResults

FeatureNotSupported

Feature not supported.

Type - Symbol.XamarinEMDK.PersonalShopper.DiagnosticResults

InvalidObject

Invalid Object

Type - Symbol.XamarinEMDK.PersonalShopper.DiagnosticResults

InvalidValue

Invalid value

Type - Symbol.XamarinEMDK.PersonalShopper.DiagnosticResults

Success

Success.

Type - Symbol.XamarinEMDK.PersonalShopper.DiagnosticResults

Undefined

Error code not defined.

Type - Symbol.XamarinEMDK.PersonalShopper.DiagnosticResults

Value

This method provides integer value assigned to the enum.

Type - System.Int32