export const strings = {
  CTOR_AUDIO_ELEMENT_INVALID:
    'The audioElement property of the argument object was not present.',

  CTOR_GET_MANAGER_VOLUME_INVALID:
    'The getManagerVolume property of the argument object was not present.',

  CTOR_OPTIONS_INVALID:
    'The options argument was not present.',

  GET_DURATION_AUDIO_ELEMENT_INVALID:
    'The audio element was not present but is necessary for getting the ' +
    'duration.',

  GET_LOOP_AUDIO_ELEMENT_INVALID:
    'The audio element was not present but is necessary for getting the ' +
    'loop property.',

  GET_TRACK_POSITION_AUDIO_ELEMENT_INVALID:
    'The audio element was not present but is necessary for getting the ' +
    'track position.',

  SET_LOOP_AUDIO_ELEMENT_INVALID:
    'The audio element was not present but is necessary for use of the ' +
    'setLoop property.',

  SET_TRACK_POSITION_AUDIO_ELEMENT_INVALID:
    'The audio element was not present but is necessary for setting the ' +
    'track position.',
};
