Class GoogleCloudNotebooklmV1alphaFailureReason
Failure reason containing details about why a source failed to ingest.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudNotebooklmV1alphaFailureReason : IDirectResponseSchema
Properties
AudioTranscriptionError
An audio file transcription specific error.
Declaration
[JsonProperty("audioTranscriptionError")]
public virtual GoogleCloudNotebooklmV1alphaFailureReasonAudioTranscriptionError AudioTranscriptionError { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudNotebooklmV1alphaFailureReasonAudioTranscriptionError |
DomainBlocked
Error if the user tries to add a source from a blocked domain.
Declaration
[JsonProperty("domainBlocked")]
public virtual GoogleCloudNotebooklmV1alphaFailureReasonDomainBlocked DomainBlocked { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudNotebooklmV1alphaFailureReasonDomainBlocked |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GoogleDriveError
A google drive specific error.
Declaration
[JsonProperty("googleDriveError")]
public virtual GoogleCloudNotebooklmV1alphaFailureReasonGoogleDriveError GoogleDriveError { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudNotebooklmV1alphaFailureReasonGoogleDriveError |
IngestionError
Indicates an error occurred while ingesting the source.
Declaration
[JsonProperty("ingestionError")]
public virtual GoogleCloudNotebooklmV1alphaFailureReasonIngestionError IngestionError { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudNotebooklmV1alphaFailureReasonIngestionError |
PaywallError
Indicates that the source is paywalled and cannot be ingested.
Declaration
[JsonProperty("paywallError")]
public virtual GoogleCloudNotebooklmV1alphaFailureReasonPaywallError PaywallError { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudNotebooklmV1alphaFailureReasonPaywallError |
SourceEmpty
Indicates that the source is empty.
Declaration
[JsonProperty("sourceEmpty")]
public virtual GoogleCloudNotebooklmV1alphaFailureReasonSourceEmpty SourceEmpty { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudNotebooklmV1alphaFailureReasonSourceEmpty |
SourceLimitExceeded
Error if the user tries to update beyond their limits.
Declaration
[JsonProperty("sourceLimitExceeded")]
public virtual GoogleCloudNotebooklmV1alphaFailureReasonSourceLimitExceeded SourceLimitExceeded { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudNotebooklmV1alphaFailureReasonSourceLimitExceeded |
SourceTooLong
Indicates source word count exceeded the user's limit.
Declaration
[JsonProperty("sourceTooLong")]
public virtual GoogleCloudNotebooklmV1alphaFailureReasonSourceTooLong SourceTooLong { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudNotebooklmV1alphaFailureReasonSourceTooLong |
SourceUnreachable
Indicates that the source is unreachable.
Declaration
[JsonProperty("sourceUnreachable")]
public virtual GoogleCloudNotebooklmV1alphaFailureReasonSourceUnreachable SourceUnreachable { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudNotebooklmV1alphaFailureReasonSourceUnreachable |
Unknown
Indicates an unknown error occurred.
Declaration
[JsonProperty("unknown")]
public virtual GoogleCloudNotebooklmV1alphaFailureReasonUnknown Unknown { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudNotebooklmV1alphaFailureReasonUnknown |
UploadError
Indicates an error occurred while uploading the source.
Declaration
[JsonProperty("uploadError")]
public virtual GoogleCloudNotebooklmV1alphaFailureReasonUploadError UploadError { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudNotebooklmV1alphaFailureReasonUploadError |
YoutubeError
A youtube specific error.
Declaration
[JsonProperty("youtubeError")]
public virtual GoogleCloudNotebooklmV1alphaFailureReasonYoutubeError YoutubeError { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudNotebooklmV1alphaFailureReasonYoutubeError |