ErrorV Interface

public interface ErrorV

Contents


Module Procedures

private function constructor(code, message) result(self)

Constructor function: see docs of [[m_error_v(module):build(procedure)]] for details.

Arguments

TypeIntentOptionalAttributesName
integer, intent(in) :: code
character(len=*), intent(in), optional :: message

Return Value type(ErrorV)