Revision e809b989 pithos/backends/base.py

b/pithos/backends/base.py
395 395
            NameError: Container/object does not exist
396 396
            
397 397
            ValueError: Invalid users/groups in permissions
398
            
399
            AttributeError: Can not set permissions, as this object
400
                is already shared/private by another object higher
401
                in the hierarchy, or setting permissions here will
402
                invalidate other permissions deeper in the hierarchy
403 398
        """
404 399
        return
405 400
    
......
457 452
            
458 453
            ValueError: Invalid users/groups in permissions
459 454
            
460
            AttributeError: Can not set permissions
461
            
462 455
            QuotaError: Account or container quota exceeded
463 456
        """
464 457
        return ''
......
486 479
            
487 480
            ValueError: Invalid users/groups in permissions
488 481
            
489
            AttributeError: Can not set permissions
490
            
491 482
            QuotaError: Account or container quota exceeded
492 483
        """
493 484
        return ''
......
511 502
            
512 503
            ValueError: Invalid users/groups in permissions
513 504
            
514
            AttributeError: Can not set permissions
515
            
516 505
            QuotaError: Account or container quota exceeded
517 506
        """
518 507
        return ''

Also available in: Unified diff