public sealed class Fail : IMessage<Fail>, IEquatable<Fail>, IDeepCloneable<Fail>, IBufferMessage, IMessageReference documentation and code samples for the Device Streaming v1 API class Fail.
Message signifying that the stream failed to open
Namespace
Google.Cloud.DeviceStreaming.V1Assembly
Google.Cloud.DeviceStreaming.V1.dll
Constructors
Fail()
public Fail()Fail(Fail)
public Fail(Fail other)| Parameter | |
|---|---|
| Name | Description |
other |
Fail |
Properties
Reason
public string Reason { get; set; }A user-displayable failure reason.
| Property Value | |
|---|---|
| Type | Description |
string |
|