Wrapper for error.code.

The error.code field contains the domain specific error code.

Property definitions

mongodb $ BSONError :: code
	# Wrapper for `error.code`.
	#
	# The `error.code` field contains the domain specific error code.
	fun code: Int `{ return self->code; `}
lib/mongodb/native_mongodb.nit:95,2--98,39