m_error_v_creation Module

Error creation

A very basic demo to get the idea.


Uses

  • module~~m_error_v_creation~~UsesGraph module~m_error_v_creation m_error_v_creation module~m_error_v m_error_v module~m_error_v_creation->module~m_error_v

Used by

  • module~~m_error_v_creation~~UsedByGraph module~m_error_v_creation m_error_v_creation module~m_error_v_creation_w m_error_v_creation_w module~m_error_v_creation_w->module~m_error_v_creation

Contents


Functions

public function create_error(inv) result(err)

Create an error

Read more…

Arguments

TypeIntentOptionalAttributesName
integer, intent(in) :: inv

Value to use to create the error

Return Value type(ErrorV)

Created error

public function create_errors(invs, n) result(errs)

Create a number of errors

Read more…

Arguments

TypeIntentOptionalAttributesName
integer, intent(in), dimension(n):: invs

Values to use to create the error

integer, intent(in) :: n

Number of values to create

Return Value type(ErrorV),dimension(n)

Created errors