ErrorV Interface

public interface ErrorV

Constructor interface - see build (TODO: figure out cross-ref syntax) for details


Contents


Module Procedures

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

Constructor - see build (TODO: figure out cross-ref syntax) for details

Arguments

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

Return Value type(ErrorV)