Skip to main content

System Coupling Fortran library 2024 R2

syscerrorf Type Reference

Last update: 17.07.2025

Provide an error type returned by the Fortran interface calls. More...

Public Attributes

integer(kind=4) retcode
 Error code. Set to SyscStatusOk if no error.
 
character(len=syscstrlen) message
 Error message. Blank string if no error.
 

Detailed Description

Provide an error type returned by the Fortran interface calls.

Definition at line 138 of file syscCommonTypesF.fi.

Member Data Documentation

◆ message

character(len=syscstrlen) message

Error message. Blank string if no error.

Definition at line 142 of file syscCommonTypesF.fi.

142 character(len=SyscStrLen) :: message

◆ retcode

integer(kind=4) retcode

Error code. Set to SyscStatusOk if no error.

Definition at line 140 of file syscCommonTypesF.fi.

140 integer(kind=4) :: retCode

Connect with Ansys