Instance Method インスタンスメソッド

failureReason

Returns a string describing the reason a load failed. ロードが失敗した理由を記述する文字列を返します。

Declaration 宣言

- (NSString *)failureReason;

Return Value 戻り値

A string describing the reason a load failed. If the load has not failed, returns nil. ロードが失敗した理由を記述する文字列。ロードが失敗したならば、nilを返します。

See Also 参照

Loading resource data リソースデータをロードする