dm_error_message Function

public pure function dm_error_message(error) result(message)

Returns error message of given error code error.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: error

Error code.

Return Value character(len=:), allocatable

Error message.


Called by

proc~~dm_error_message~~CalledByGraph proc~dm_error_message dm_error_message proc~dm_error_out dm_error_out proc~dm_error_out->proc~dm_error_message proc~dm_html_beat dm_html_beat proc~dm_html_beat->proc~dm_error_message proc~dm_html_error dm_html_error proc~dm_html_error->proc~dm_error_message proc~dm_html_log dm_html_log proc~dm_html_log->proc~dm_error_message proc~dm_html_observ dm_html_observ proc~dm_html_observ->proc~dm_error_message proc~dm_html_request dm_html_request proc~dm_html_observ->proc~dm_html_request proc~dm_html_responses dm_html_responses proc~dm_html_observ->proc~dm_html_responses proc~dm_html_request->proc~dm_error_message proc~dm_html_responses->proc~dm_error_message interface~dm_perror dm_perror interface~dm_perror->proc~dm_error_out proc~dm_arg_parse dm_arg_parse proc~dm_arg_parse->proc~dm_error_out proc~dm_arg_read dm_arg_read proc~dm_arg_read->proc~dm_error_out proc~dm_arg_read->proc~dm_arg_parse proc~dm_arg_has dm_arg_has proc~dm_arg_read->proc~dm_arg_has proc~dm_config_open dm_config_open proc~dm_config_open->proc~dm_error_out proc~dm_geocom_type_validated dm_geocom_type_validated proc~dm_geocom_type_validated->proc~dm_error_out proc~dm_arg_has->proc~dm_arg_parse