Version 4.0.25.18 (latest) 
	
		
		Datatype
				Description
			(object)
			errors
			 Expand ProjectError definition... 
		
		code
			
				lock
			
			
			A stable token that uniquely identifies this class of error, ignoring parameter values. Error message text may vary due to parameters or localization, but error codes do not. For example, a "File not found" error will have the same error code regardless of the filename in question or the user's display language
		severity
			
				lock
			
			
			Severity: fatal, error, warning, info, success
		kind
			
				lock
			
			
			Error classification: syntax, deprecation, model_configuration, etc
		message
			
				lock
			
			
			Error message which may contain information such as dashboard or model names that may be considered sensitive in some use cases. Avoid storing or sending this message outside of Looker
		field_name
			
				lock
			
			
			The field associated with this error
		file_path
			
				lock
			
			
			Name of the file containing this error
		line_number
			
				lock
			
			
			Line number in the file of this error
		model_id
			
				lock
			
			
			The model associated with this error
		explore
			
				lock
			
			
			The explore associated with this error
		help_url
			
				lock
			
			
			A link to Looker documentation about this error
		params
			
				lock
			
			
			Error parameters
		sanitized_message
			
				lock
			
			
			A version of the error message that does not contain potentially sensitive information. Suitable for situations in which messages are stored or sent to consumers outside of Looker, such as external logs. Sanitized messages will display "(?)" where sensitive information would appear in the corresponding non-sanitized message
		project_digest
			
				lock
			
			
			A hash value computed from the project's current state
		models_not_validated
			 Expand ModelsNotValidated definition... 
		
		name
			
				lock
			
			
			Model name
		project_file_id
			
				lock
			
			
			Project file
		computation_time
			
				lock
			
			
			Duration of project validation in seconds
		stale
			
				lock
			
			
			If true, the cached project validation results are no longer accurate because the project has changed since the cached results were calculated