FOODIE error codes list.
Nodes of different colours represent the following:
Solid arrows point from a file to a file which depends upon it. A file is dependent upon another if the latter must be compiled before the former can be.
!< FOODIE error codes list. module foodie_error_codes !< FOODIE error codes list. use penf, only : I_P implicit none private public :: ERROR_UNSUPPORTED_SCHEME integer(I_P), parameter :: ERROR_UNSUPPORTED_SCHEME = 1 !< Error unsupported scheme. endmodule foodie_error_codes