Share via


PKDisbursementErrorCodeExtensions.GetDomain(PKDisbursementErrorCode) Method

Definition

Returns the error domain associated with the PassKit.PKDisbursementErrorCode value

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

Parameters

self
PKDisbursementErrorCode

The enumeration value

Returns

Remarks

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

Applies to