Share via


SFSpeechErrorCodeExtensions.GetDomain(SFSpeechErrorCode) Method

Definition

Returns the error domain associated with the Speech.SFSpeechErrorCode value

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

Parameters

self
SFSpeechErrorCode

The enumeration value

Returns

Remarks

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

Applies to