Dialer SDK > Implementation details > XML > AudioOperationResultXml
 
AudioOperationResultXml
The AudioOperationResultXml contains a ResultCode from the AudioOperationResultCodes enum.
Result codes
aoUnknown
Value: -1
Unknown
aoSuccess
Value: 100
The audio operation succeeded.
aoFailed
Value: 101
The audio operation failed.
aoParamError
Value: 102
An invalid parameter was passed to the audio operation function.
aoNotSupported
Value: 103
The audio operation is not supported.
aoFileError
Value: 104
An error was found with the audio file.
aoAlreadyActive
Value: 105
An audio operation is already active. The new audio request is ignored.
aoNoCallConnected
Value: 106
No call is connected to this extension.
The AudioOperationResultXml may also contain a NativeError if there is additional error information to provide. The NativeError is not displayed in the user interface so the dialing provider should log this value and it should be described in your supplemental documentation.
Example AudioOperationResultXml string
<AudioOperationResult ResultCode=”102” NativeError=”576” />
See also
XML