SKErrorExtensions.GetDomain(SKError) Method

Definition

Returns the error domain associated with the StoreKit.SKError value

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

Parameters

self
SKError

The enumeration value

Returns

Remarks

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

Applies to