Reports an I/O error related to file creating.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(errors), | intent(inout) | :: | err |
The error handling object. |
||
character(len=*), | intent(in) | :: | fcn |
The name of the function or subroutine in which the error occurred. |
||
character(len=*), | intent(in) | :: | fname |
The filename. |
||
integer(kind=int32), | intent(in) | :: | flag |
The error flag returned by the system. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=2048), | public | :: | msg |