
    g                          G d  de       Z G d de      Z G d de      Z G d de      Z G d d	e      Z G d
 de      Z G d de      Zy)c                       e Zd ZdZy)PlexApiExceptionz( Base class for all PlexAPI exceptions. N__name__
__module____qualname____doc__     '/opt/Tautulli/lib/plexapi/exceptions.pyr   r      s    2r
   r   c                       e Zd ZdZy)
BadRequestz- An invalid request, generally a user error. Nr   r	   r
   r   r   r   	   s    7r
   r   c                       e Zd ZdZy)NotFoundz, Request media item or device is not found. Nr   r	   r
   r   r   r      s    6r
   r   c                       e Zd ZdZy)UnknownTypez Unknown library type. Nr   r	   r
   r   r   r      s    !r
   r   c                       e Zd ZdZy)Unsupportedz Unsupported client request. Nr   r	   r
   r   r   r      s    'r
   r   c                       e Zd ZdZy)Unauthorizedz% Invalid username/password or token. Nr   r	   r
   r   r   r          /r
   r   c                       e Zd ZdZy)TwoFactorRequiredz% Two factor authentication required. Nr   r	   r
   r   r   r   "   r   r
   r   N)	Exceptionr   r   r   r   r   r   r   r	   r
   r   <module>r      s]   	y 	
	! 	
	 	
	" 	
	" 	
	: 	
	 	r
   