Error_t Derived Type

type, public :: Error_t

A type that can be passed around to accumulate errors.


Contents


Constructor

public interface Error_t

  • private function Error_t_init() result(return_value)

    Default constructor for an error type.

    Arguments

    None

    Return Value type(Error_t)

    The newly constructed error type