Class GoogleCloudNotebooklmV1alphaFailureReasonSourceUnreachable
Indicates that the source is unreachable. This is primarily used for sources that are added via URL.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudNotebooklmV1alphaFailureReasonSourceUnreachable : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ErrorDetails
Describes why the source is unreachable.
Declaration
[JsonProperty("errorDetails")]
public virtual string ErrorDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| string |