/*D
   MPI_Status_set_error - Set MPI_ERROR field in the status

Synopsis:
.vb
int MPI_Status_set_error(MPI_Status *status, int error)
.ve

Input Parameters:
. error - error to set in the MPI_ERROR field (integer)

Input/Output Parameters:
. status - status with which to associate error (Status)

.N ThreadSafe

.N Fortran

.N Errors
.N MPI_SUCCESS
.N MPI_ERR_OTHER

D*/

