Share via


SHErrorCodeExtensions.GetDomain(SHErrorCode) Method

Definition

Returns the error domain associated with the ShazamKit.SHErrorCode value

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

Parameters

self
SHErrorCode

The enumeration value

Returns

Remarks

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

Applies to