action_result_t Derived Type

type, public :: action_result_t


Components

Type Visibility Attributes Name Initial
logical, public :: errored = .false.

Set .true. to report an error

character(len=:), public, allocatable :: value

DoGoto context; unallocated or "" means no transition

character(len=:), public, allocatable :: errmsg

Written to error channel when errored; omit to leave last_error unchanged