Show / Hide Table of Contents

Class Error

The container for the rpc status and source for any errors found during the build process.

Inheritance
object
Error
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseAppHosting.v1.Data
Assembly: Google.Apis.FirebaseAppHosting.v1.dll
Syntax
public class Error : IDirectResponseSchema

Properties

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX