ProjectError: ProjectError Class

ProjectErrorR Documentation

ProjectError Class

Description

ProjectError Class

ProjectError Class

Public fields

code
severity
kind
message
field_name
file_path
line_number
model_id
explore
help_url
params
sanitized_message

Methods

Public methods


Method new()

Usage
ProjectError$new(
  code,
  severity,
  kind,
  message,
  field_name,
  file_path,
  line_number,
  model_id,
  explore,
  help_url,
  params,
  sanitized_message
)

Method toJSON()

Usage
ProjectError$toJSON()

Method fromJSONObject()

Usage
ProjectError$fromJSONObject(ProjectErrorJsonObject)

Method fromJSON()

Usage
ProjectError$fromJSON(ProjectErrorJson)

Method toJSONString()

Usage
ProjectError$toJSONString()

Method fromJSONString()

Usage
ProjectError$fromJSONString(ProjectErrorJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
ProjectError$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


looker/lookr documentation built on Jan. 15, 2024, 2:49 a.m.