syscerrorf Type Reference
Last update: 17.07.2025Provide an error type returned by the Fortran interface calls. More...
Public Attributes | |
| integer(kind=4) | retcode |
Error code. Set to SyscStatusOk if no error. More... | |
| character(len=syscstrlen) | message |
| Error message. Blank string if no error. More... | |
Detailed Description
Provide an error type returned by the Fortran interface calls.
Definition at line 128 of file syscCommonTypesF.fi.
Member Data Documentation
◆ message
| character(len=syscstrlen) message |
Error message. Blank string if no error.
Definition at line 132 of file syscCommonTypesF.fi.
◆ retcode
| integer(kind=4) retcode |
Error code. Set to SyscStatusOk if no error.
Definition at line 130 of file syscCommonTypesF.fi.