Home
last modified time | relevance | path

Searched refs:UnrecognizedBucketType (Results 1 – 5 of 5) sorted by relevance

/dports/devel/py-b2sdk/b2sdk-1.12.0/b2sdk/_v3/
H A Dexception.py67 from b2sdk.exception import UnrecognizedBucketType
/dports/devel/b2/B2_Command_Line_Tool-1.3.8/b2/
H A Dbucket.py16 AlreadyFailed, B2Error, MaxFileSizeExceeded, MaxRetriesExceeded, UnrecognizedBucketType
667 raise UnrecognizedBucketType(bucket_dict['bucketType'])
H A Dexception.py396 class UnrecognizedBucketType(B2Error): class
/dports/devel/py-b2sdk/b2sdk-1.12.0/b2sdk/
H A Dbucket.py16 …tIdNotFound, FileNotPresent, FileOrBucketNotFound, UnexpectedCloudBehaviour, UnrecognizedBucketType
972 raise UnrecognizedBucketType(bucket_dict['bucketType'])
H A Dexception.py457 class UnrecognizedBucketType(B2Error): class