Instance Property インスタンスプロパティ

streamError

Returns an NSError object representing the stream error. ストリームエラーを表しているNSErrorオブジェクトを返します。

Declaration 宣言

@property(nullable, readonly, copy) NSError *streamError;

Return Value 戻り値

An NSError object representing the stream error, or nil if no error has been encountered. ストリームエラーを表しているNSErrorオブジェクト、またはどんなエラーにも遭遇しないならばnil

See Also 参照

Getting Stream Information ストリーム情報を取得する