Wrapper for error.domain.

The error.domain field contains the logical domain within a library that created the error.

Property definitions

mongodb $ BSONError :: domain
	# Wrapper for `error.domain`.
	#
	# The `error.domain` field contains the logical domain within a library that
	# created the error.
	fun domain: Int `{ return self->domain; `}
lib/mongodb/native_mongodb.nit:89,2--93,43