dm_request_set_response_error Function

public function dm_request_set_response_error(request, error, name) result(rc)

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. The function returns E_NOT_FOUND is argument name is given and not found within the responses.

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.

Return Value integer


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