@@ -8,99 +8,102 @@ from . import types
8
8
9
9
__all__ = [
10
10
"__version__" ,
11
- "FutureVoid" ,
12
- "Future" ,
13
- "Tag" ,
14
- "TagView" ,
15
- "TagNotFoundError" ,
16
- "Tags" ,
17
- "TagsView" ,
11
+ "AgreementError" ,
12
+ "AgreementNotAcceptedError" ,
13
+ "AuthenticationError" ,
14
+ "AuthorizationError" ,
15
+ "BadRequestError" ,
16
+ "BytePositionIndexOutOfChunk" ,
17
+ "CanNotCreateTensorWithProvidedCompressions" ,
18
+ "CannotTagUncommittedDatasetError" ,
19
+ "Column" ,
20
+ "ColumnAlreadyExistsError" ,
18
21
"ColumnDefinition" ,
19
22
"ColumnDefinitionView" ,
23
+ "ColumnDoesNotExistError" ,
24
+ "ColumnMissingAppendValueError" ,
20
25
"ColumnView" ,
21
- "Column" ,
22
- "Version" ,
23
- "DatasetView" ,
26
+ "CredsKeyAlreadyAssignedError" ,
24
27
"Dataset" ,
25
- "ReadOnlyDataset" ,
26
- "IndexingMode" ,
28
+ "DatasetView" ,
29
+ "DimensionsMismatch" ,
30
+ "DtypeMismatch" ,
31
+ "EmbeddingSizeMismatch" ,
27
32
"ExpiredTokenError" ,
28
33
"FormatNotSupportedError" ,
29
- "UnevenColumnsError" ,
30
- "UnevenUpdateError" ,
31
- "ColumnMissingAppendValueError" ,
32
- "ColumnAlreadyExistsError" ,
33
- "ColumnDoesNotExistError" ,
34
- "InvalidColumnValueError" ,
35
- "InvalidPolygonShapeError" ,
36
- "InvalidLinkDataError" ,
37
- "InvalidIndexCreationError" ,
38
- "IndexAlreadyExistsError" ,
39
- "EmbeddingSizeMismatch" ,
40
- "PushError" ,
34
+ "Future" ,
35
+ "FutureVoid" ,
41
36
"GcsStorageProviderFailed" ,
42
37
"History" ,
43
- "InvalidType " ,
44
- "LogExistsError " ,
45
- "LogNotexistsError " ,
38
+ "HTTPBodyIsMissingError " ,
39
+ "HTTPBodyIsNotJSONError " ,
40
+ "HTTPRequestFailedError " ,
46
41
"IncorrectDeeplakePathError" ,
47
- "AuthenticationError" ,
48
- "BadRequestError" ,
49
- "AuthorizationError" ,
50
- "NotFoundError" ,
51
- "AgreementError" ,
52
- "AgreementNotAcceptedError" ,
53
- "NotLoggedInAgreementError" ,
54
- "CannotTagUncommittedDatasetError" ,
55
- "TagExistsError" ,
56
- "JSONKeyNotFound" ,
57
- "JSONIndexNotFound" ,
58
- "UnknownFormat" ,
59
- "UnknownStringType" ,
42
+ "IndexAlreadyExistsError" ,
43
+ "IndexingMode" ,
44
+ "InvalidBinaryMaskCompression" ,
60
45
"InvalidChunkStrategyType" ,
61
- "InvalidSequenceOfSequence" ,
62
- "InvalidTypeAndFormatPair" ,
63
- "InvalidLinkType" ,
64
- "UnknownType" ,
65
- "InvalidTextType" ,
66
- "UnsupportedPythonType" ,
67
- "UnsupportedSampleCompression" ,
68
- "UnsupportedChunkCompression" ,
46
+ "InvalidColumnValueError" ,
47
+ "InvalidCredsKeyAssignmentError" ,
69
48
"InvalidImageCompression" ,
70
- "InvalidSegmentMaskCompression" ,
49
+ "InvalidIndexCreationError" ,
50
+ "InvalidLinkDataError" ,
51
+ "InvalidLinkType" ,
71
52
"InvalidMedicalCompression" ,
72
- "UnexpectedMedicalTypeInputData" ,
73
- "UnexpectedInputDataForDicomColumn" ,
74
- "InvalidBinaryMaskCompression" ,
75
- "DtypeMismatch" ,
76
- "UnspecifiedDtype" ,
77
- "DimensionsMismatch" ,
78
- "ShapeIndexOutOfChunk" ,
79
- "BytePositionIndexOutOfChunk" ,
80
- "TensorAlreadyExists" ,
81
- "CanNotCreateTensorWithProvidedCompressions" ,
82
- "WrongChunkCompression" ,
83
- "WrongSampleCompression" ,
84
- "UnknownBoundingBoxCoordinateFormat" ,
85
- "UnknownBoundingBoxPixelFormat" ,
53
+ "InvalidPolygonShapeError" ,
54
+ "InvalidSegmentMaskCompression" ,
55
+ "InvalidSequenceOfSequence" ,
56
+ "InvalidTextType" ,
57
+ "InvalidType" ,
58
+ "InvalidTypeAndFormatPair" ,
86
59
"InvalidTypeDimensions" ,
60
+ "JSONIndexNotFound" ,
61
+ "JSONKeyNotFound" ,
62
+ "LogExistsError" ,
63
+ "LogNotexistsError" ,
87
64
"Metadata" ,
65
+ "NotFoundError" ,
66
+ "NotLoggedInAgreementError" ,
67
+ "PushError" ,
68
+ "QuantizationType" ,
69
+ "ReadOnlyDataset" ,
88
70
"ReadOnlyMetadata" ,
89
71
"Row" ,
90
72
"RowRange" ,
91
73
"RowRangeView" ,
92
74
"RowView" ,
93
75
"Schema" ,
94
76
"SchemaView" ,
77
+ "ShapeIndexOutOfChunk" ,
95
78
"StorageAccessDenied" ,
79
+ "StorageInternalError" ,
96
80
"StorageKeyAlreadyExists" ,
97
81
"StorageKeyNotFound" ,
98
82
"StorageNetworkConnectionError" ,
99
- "StorageInternalError" ,
83
+ "Tag" ,
84
+ "TagExistsError" ,
85
+ "TagNotFoundError" ,
86
+ "TagView" ,
87
+ "Tags" ,
88
+ "TagsView" ,
89
+ "TensorAlreadyExists" ,
90
+ "UnexpectedInputDataForDicomColumn" ,
91
+ "UnexpectedMedicalTypeInputData" ,
92
+ "UnevenColumnsError" ,
93
+ "UnevenUpdateError" ,
94
+ "UnknownBoundingBoxCoordinateFormat" ,
95
+ "UnknownBoundingBoxPixelFormat" ,
96
+ "UnknownFormat" ,
97
+ "UnknownStringType" ,
98
+ "UnknownType" ,
99
+ "UnspecifiedDtype" ,
100
+ "UnsupportedChunkCompression" ,
101
+ "UnsupportedPythonType" ,
102
+ "UnsupportedSampleCompression" ,
103
+ "Version" ,
100
104
"WriteFailedError" ,
101
- "QuantizationType" ,
102
- "InvalidCredsKeyAssignmentError" ,
103
- "CredsKeyAlreadyAssignedError" ,
105
+ "WrongChunkCompression" ,
106
+ "WrongSampleCompression" ,
104
107
"core" ,
105
108
"create" ,
106
109
"create_async" ,
@@ -2771,6 +2774,15 @@ class UnknownBoundingBoxPixelFormat(Exception):
2771
2774
class InvalidTypeDimensions (Exception ):
2772
2775
pass
2773
2776
2777
+ class HTTPRequestFailedError (Exception ):
2778
+ pass
2779
+
2780
+ class HTTPBodyIsMissingError (Exception ):
2781
+ pass
2782
+
2783
+ class HTTPBodyIsNotJSONError (Exception ):
2784
+ pass
2785
+
2774
2786
class SchemaView :
2775
2787
"""
2776
2788
A read-only view of a [deeplake.Dataset][] [deeplake.Schema][].
0 commit comments