OpenCMISS-Iron Internal API Documentation
opencmiss_iron::cmfe_extracterrormessage Interface Reference

Extracts the OpenCMISS error message. More...

Private Member Functions

subroutine cmfe_extracterrormessagec (errorMessage, err)
 Extracts the most recent error string for OpenCMISS. More...
 
subroutine cmfe_extracterrormessagevs (errorMessage, err)
 Extracts the most recent error string for OpenCMISS. More...
 

Detailed Description

Extracts the OpenCMISS error message.

Definition at line 999 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_extracterrormessage::cmfe_extracterrormessagec ( character(len=*), intent(out)  errorMessage,
integer(intg), intent(in)  err 
)
private

Extracts the most recent error string for OpenCMISS.

Parameters
[out]errormessageOn return, the extracted error message.
[in]errThe error code.

Definition at line 13248 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_extracterrormessage::cmfe_extracterrormessagevs ( type(varying_string), intent(out)  errorMessage,
integer(intg), intent(in)  err 
)
private

Extracts the most recent error string for OpenCMISS.

Parameters
[out]errormessageOn return, the extracted error message.
[in]errThe error code.

Definition at line 13268 of file opencmiss_iron.f90.