Show / Hide Table of Contents

Class LighthouseResultV5.RuntimeErrorData

A top-level error message that, if present, indicates a serious enough problem that this Lighthouse result may need to be discarded.

Inheritance
System.Object
LighthouseResultV5.RuntimeErrorData
Namespace: Google.Apis.Pagespeedonline.v5.Data
Assembly: Google.Apis.Pagespeedonline.v5.dll
Syntax
public class RuntimeErrorData : object

Properties

Code

The enumerated Lighthouse Error code.

Declaration
public virtual string Code { get; set; }
Property Value
Type Description
System.String

Message

A human readable message explaining the error code.

Declaration
public virtual string Message { get; set; }
Property Value
Type Description
System.String
Back to top