Share via


AEAssessmentErrorCodeExtensions.GetDomain(AEAssessmentErrorCode) Method

Definition

Returns the error domain associated with the AutomaticAssessmentConfiguration.AEAssessmentErrorCode value

public static Foundation.NSString? GetDomain(this AutomaticAssessmentConfiguration.AEAssessmentErrorCode self);
static member GetDomain : AutomaticAssessmentConfiguration.AEAssessmentErrorCode -> Foundation.NSString

Parameters

self
AEAssessmentErrorCode

The enumeration value

Returns

Remarks

See the NSError for information on how to use the error domains when reporting errors.

Applies to