Show / Hide Table of Contents

Class Error

A non-fatal error and its stacktrace, only from Apple apps.

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.FirebaseCrashlytics.v1alpha.Data
Assembly: Google.Apis.FirebaseCrashlytics.v1alpha.dll
Syntax
public class Error : IDirectResponseSchema

Properties

Blamed

True when the Crashlytics analysis has determined that the stacktrace in this error is where the fault occurred.

Declaration
[JsonProperty("blamed")]
public virtual bool? Blamed { get; set; }
Property Value
Type Description
bool?

Code

Error code associated with the app's custom logged NSError.

Declaration
[JsonProperty("code")]
public virtual long? Code { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Frames

The frames in the error's stacktrace.

Declaration
[JsonProperty("frames")]
public virtual IList<Frame> Frames { get; set; }
Property Value
Type Description
IList<Frame>

Queue

The queue on which the thread was running.

Declaration
[JsonProperty("queue")]
public virtual string Queue { get; set; }
Property Value
Type Description
string

Subtitle

The subtitle of the error.

Declaration
[JsonProperty("subtitle")]
public virtual string Subtitle { get; set; }
Property Value
Type Description
string

Title

The title of the error.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX