6 switch (am_error_code){
10 return "unknown error";
12 return "value out of range";
16 return "database error occured";
18 return "the desired object already exists";
20 return "there is no change";
22 return "the desired action is not possible";
24 return "the desired object is non existent";
26 return "the asynchronous action was aborted";
28 return "connectionFormat is not selected";
30 return "communication error";
32 return "desired event doesn't exist";
34 return "Audio Manager responsed unknown error number";
39 switch (am_source_state){
char * get_response_audiomanager_massage_error(int am_error_code)
char * get_source_state_key(int am_source_state)