The name of the error.

Used to programmatically distinguish this kind of error from others.

Property definitions

neo4j $ NeoError :: name
	# The name of the error.
	#
	# Used to programmatically distinguish this kind of error from others.
	var name: String is serialize_as "error"
lib/neo4j/error.nit:25,2--28,41