Error codes enum

Error codes.

Synopsis:

#include <qplayer/types.h>

enum {
    ERROR = -1,
    NO_ERROR = 0
};

Data:

ERROR
There was an error with the operation.
NO_ERROR
The operation completed without error.

Library:

libqplayer

Description:

Constants describing the possible error codes returned by a QPlayer API function.