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 proc~dm_html_transfer dm_html_transfer proc~dm_html_transfer->proc~dm_error_message proc~dm_geocom_type_validated dm_geocom_type_validated proc~dm_geocom_type_validated->proc~dm_error_out