CA_Send_DT_Error()

Purpose

Sends an error message to another Blueworx Voice Response component.

Libraries

Blueworx Voice Response library (libvae.a)

Custom Server library (libca.a)

Syntax

#include "CA_header.h"
void CA_Send_DT_Error (
 DT_MSG_INFO_ST *dt_msg_info_sp
);

Description

This subroutine indicates that an error occurred while handling a message previously received from another Blueworx Voice Response component. Call this routine in place of CA_Send_DT_Msg() to send a reply when an error occurred in the handling of a message.

Parameters

dt_msg_info_sp
A pointer to a DT_MSG_INFO_ST structure as described in DT_MSG_INFO_ST, returned from a previous call to CA_Receive_DT_Msg().

Return codes

The CA_Send_DT_Error() subroutine is a void subroutine; nothing is returned.

Error names

The CA_Send_DT_Error() subroutine is a void subroutine; nothing is returned.

Related information

CA_Get_DT_Parameters(), CA_Put_DT_Parameters(), CA_Receive_DT_Msg(), CA_Send_CA_Msg(), CA_Send_DT_Msg().