PIO  2.5.4
Functions/Subroutines
Error Messages

Get the error message from an error in Fortran. More...

Functions/Subroutines

integer function pio_nf::strerror (errcode, errmsg)
 

Detailed Description

Get the error message from an error in Fortran.

Function/Subroutine Documentation

◆ strerror()

integer function pio_nf::strerror ( integer, intent(in)  errcode,
character(len=*), intent(out)  errmsg 
)

Returns a descriptive string for an error code.

Parameters
errcodethe error code.
errmsgthe error message.
Return values
0for success, error code otherwise.
Author
Jim Edwards