Get this value as a Error.

require: self.is_error

Property definitions

json $ JsonValue :: to_error
	# Get this value as a `Error`.
	#
	# require: `self.is_error`
	fun to_error: Error do return value.as(Error)
lib/json/dynamic.nit:225,2--228,46