Skip to main content

System Coupling Fortran library 2023 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. 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.

132 character(len=SyscStrLen) :: message

◆ retcode

integer(kind=4) retcode

Error code. Set to SyscStatusOk if no error.

Definition at line 130 of file syscCommonTypesF.fi.

130 integer(kind=4) :: retCode

Connect with Ansys