dm_request_set_response_error Subroutine

public pure elemental subroutine dm_request_set_response_error(request, error, name)

Sets error code of all responses of the given request. If argument name is given, the error is set only for the first response of the same name.

Arguments

Type IntentOptional Attributes Name
type(request_type), intent(inout) :: request

Request type.

integer, intent(in) :: error

Error code.

character(len=*), intent(in), optional :: name

Response name.


Calls

proc~~dm_request_set_response_error~~CallsGraph proc~dm_request_set_response_error dm_request_set_response_error proc~dm_request_index dm_request_index proc~dm_request_set_response_error->proc~dm_request_index