Xaudio Error Codes


XA_ERROR_OUT_OF_MEMORY not enough memory to complete the operation.
XA_ERROR_INVALID_PARAMETERS the parameters are invalid.
XA_ERROR_INTERNAL internal error.
XA_ERROR_TIMEOUT a timeout condition occurred.
XA_ERROR_VERSION_EXPIRED the software version has expired.

XA_ERROR_CONNECT_TIMEOUT timeout occurred before connection to remote host.
XA_ERROR_CONNECT_FAILED cannot connect to remote host.
XA_ERROR_CONNECTION_REFUSED connection to remote host has been refused.
XA_ERROR_ACCEPT_FAILED cannot accept an incoming connection.
XA_ERROR_LISTEN_FAILED cannot listen on an inbound socket.
XA_ERROR_SOCKET_FAILED cannot create a socket.
XA_ERROR_SOCKET_CLOSED socket has been closed.
XA_ERROR_BIND_FAILED cannot bind socket.
XA_ERROR_HOST_UNKNOWN unknown remote host name.
XA_ERROR_HTTP_INVALID_REPLY HTTP server sent an invalid reply.
XA_ERROR_HTTP_ERROR_REPLY HTTP server returned an error code.
XA_ERROR_HTTP_FAILURE generic HTTP failure.
XA_ERROR_FTP_INVALID_REPLY FTP server returned an invalid reply.
XA_ERROR_FTP_ERROR_REPLY FTP server returned an error code.
XA_ERROR_FTP_FAILURE generic FTP failure.

XA_ERROR_PIPE_FAILED cannot create a pipe.
XA_ERROR_FORK_FAILED cannot fork process.
XA_ERROR_SELECT_FAILED call to select() failed.
XA_ERROR_PIPE_CLOSED pipe has been closed.
XA_ERROR_PIPE_READ_FAILED cannot read from a pipe.
XA_ERROR_PIPE_WRITE_FAILED cannot write to a pipe.
XA_ERROR_INVALID_MESSAGE message is invalid.
XA_ERROR_CIRQ_FULL circular queue is full.
XA_ERROR_POST_FAILED cannot post a comamnd to a queue.

XA_ERROR_URL_UNSUPPORTED_SCHEME unsupported URL scheme.
XA_ERROR_URL_INVALID_SYNTAX invalid URL syntax.

XA_ERROR_OPEN_FAILED cannot open.
XA_ERROR_CLOSE_FAILED cannot close.
XA_ERROR_READ_FAILED cannot read.
XA_ERROR_WRITE_FAILED cannot write.
XA_ERROR_PERMISSION_DENIED permission is denied for that operation.
XA_ERROR_NO_DEVICE the requested device does not exist.
XA_ERROR_IOCTL_FAILED call to ioctl() failed.
XA_ERROR_MODULE_NOT_FOUND the requested module was not found.
XA_ERROR_UNSUPPORTED_INPUT the input name is not supported.
XA_ERROR_DEVICE_BUSY the device is busy.
XA_ERROR_NO_SUCH_DEVICE the requested device does not exist.
XA_ERROR_NO_SUCH_FILE the requested file does not exist.$XA_ERROR_INPUT_EOF: the decoder reached the end of the input stream.

XA_ERROR_INVALID_FRAME an invalid frame was found in the bitstream.

XA_ERROR_DLL_NOT_FOUND the requested library was not found.
XA_ERROR_SYMBOL_NOT_FOUND the requested symbol was not found in the library.

XA_ERROR_NO_SUCH_ENVIRONMENT the requested environment variable does not exist.
XA_ERROR_ENVIRONMENT_TYPE_MISMATCH the requested environment variable does not have the right type.