Error message
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=:), | public, | allocatable | :: | message |
Payload of the error |
||
| integer, | public | :: | stat |
Error code |
type :: error_type !> Error code integer :: stat !> Payload of the error character(len=:), allocatable :: message end type error_type