The class of this error

Property definitions

mpi $ SuccessOrError :: error_class
	# The class of this error
	fun error_class: ErrorClass
	`{
		int class;
		MPI_Error_class(self, &class);
		return class;
	`}
lib/mpi/mpi.nit:332,2--338,3