Type Method 型メソッド

userInfoValueProvider(forDomain:)

Returns any user info provider specified for a given error domain. 与えられたエラードメインに対して指定された何らかのユーザ情報プロバイダーを返します。

Declaration 宣言

class func userInfoValueProvider(forDomain errorDomain: String) -> ((Error, String) -> Any?)?

Parameters パラメータ

errorDomain

The error domain of the user info provider. ユーザ情報プロバイダのエラードメイン。

Return Value 戻り値

The user info provider of the error domain, or nil if none is specified. エラードメインのユーザ情報プロバイダ、または何も指定されないならばnil

See Also 参照

Providing Error User Info エラーユーザ情報を提供する