create_error Function

public function create_error(inv) result(err)

Create an error

If an odd number is supplied, the error code is no error NO_ERROR_CODE. If an even number is supplied, the error code is 1. If a negative number is supplied, the error code is 2.

Arguments

TypeIntentOptionalAttributesName
integer, intent(in) :: inv

Value to use to create the error

Return Value type(ErrorV)

Created error


Called by

proc~~create_error~~CalledByGraph proc~create_error create_error proc~create_error~2 create_error proc~create_error~2->proc~create_error proc~create_errors create_errors proc~create_errors->proc~create_error proc~create_errors~2 create_errors proc~create_errors~2->proc~create_errors

Contents

None