Type fortran::syscerrorf undefined
Definition: syscCommonTypesF.fi (line 157)
Provide an error type returned by the Fortran interface calls.
Members
Public attributes
Variable retcode
Definition: syscCommonTypesF.fi (line 159)
integer(kind=4) retcode
Error code. Set to SyscStatusOk if no error.
Type: integer(kind=4)
Variable message
Definition: syscCommonTypesF.fi (line 161)
character(len=syscstrlen) message
Error message. Blank string if no error.
Type: character(len=syscstrlen)