Share via


SKANErrorExtensions.GetDomain(SKANError) Method

Definition

Returns the error domain associated with the StoreKit.SKANError value

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

Parameters

self
SKANError

The enumeration value

Returns

Remarks

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

Applies to