Share via


ErrorManager.OpenFailure Field

Definition

OPEN_FAILURE is used when an open of an output stream fails.

[Android.Runtime.Register("OPEN_FAILURE")]
public const int OpenFailure = 4;
[<Android.Runtime.Register("OPEN_FAILURE")>]
val mutable OpenFailure : int

Field Value

Value = 4
Attributes

Remarks

OPEN_FAILURE is used when an open of an output stream fails.

Java documentation for java.util.logging.ErrorManager.OPEN_FAILURE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to