BAErrorCodeExtensions.GetDomain(BAErrorCode) Method

Definition

Returns the error domain associated with the BackgroundAssets.BAErrorCode value

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

Parameters

self
BAErrorCode

The enumeration value

Returns

Remarks

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

Applies to