error_module Module

A simple type for storing error messages. Used by the [[function_parser] module.


Used by

  • module~~error_module~~UsedByGraph module~error_module error_module module~function_parser function_parser module~function_parser->module~error_module

Contents


Derived Types

type, public :: list_of_errors

A list of errors.

Read more…

Components

TypeVisibilityAttributesNameInitial
type(error), public, dimension(:), allocatable:: head

the error list

Finalizations Procedures

final :: list_finalizer

Type-Bound Procedures

procedure, public :: add => add_error_to_list
procedure, public :: print => print_errors
procedure, public :: has_errors => list_has_errors
procedure, public :: destroy => destroy_list