Class Error
The container for the rpc status and source for any errors found during the build process.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppHosting.v1beta.Data
Assembly: Google.Apis.FirebaseAppHosting.v1beta.dll
Syntax
public class Error : IDirectResponseSchemaProperties
CloudResource
Output only. Resource link
Declaration
[JsonProperty("cloudResource")]
public virtual string CloudResource { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ErrorSource
Output only. The source of the error for the build, if in a FAILED state.
Declaration
[JsonProperty("errorSource")]
public virtual string ErrorSource { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ErrorValue
Output only. A status and (human readable) error message for the build, if in a FAILED state.
Declaration
[JsonProperty("error")]
public virtual Status ErrorValue { get; set; }Property Value
| Type | Description | 
|---|---|
| Status |