d3m.exceptions module¶
-
exception
d3m.exceptions.
DatasetUriNotSupportedError
[source]¶ Bases:
d3m.exceptions.NotSupportedError
Provided dataset URI is not supported.
-
exception
d3m.exceptions.
DigestMismatchError
[source]¶ Bases:
d3m.exceptions.MismatchError
A digest does not match the expect digest.
-
exception
d3m.exceptions.
DimensionalityMismatchError
[source]¶ Bases:
d3m.exceptions.MismatchError
Dimensionality mismatch occurs in array computations.
-
exception
d3m.exceptions.
InvalidArgumentTypeError
[source]¶ Bases:
TypeError
Provided argument to the function is invalid in type.
-
exception
d3m.exceptions.
InvalidArgumentValueError
[source]¶ Bases:
ValueError
Provided argument to the function is invalid in value.
-
exception
d3m.exceptions.
InvalidMetadataError
[source]¶ Bases:
ValueError
Metadata is invalid.
-
exception
d3m.exceptions.
InvalidPipelineError
[source]¶ Bases:
ValueError
Pipeline is invalid.
-
exception
d3m.exceptions.
InvalidPrimitiveCodeError
[source]¶ Bases:
ValueError
Primitive does not match standard API.
-
exception
d3m.exceptions.
InvalidStateError
[source]¶ Bases:
AssertionError
Program ended up in an invalid or unexpected state, or a state does not match the current code path.
-
exception
d3m.exceptions.
MismatchError
[source]¶ Bases:
ValueError
A value does not match expected value.
-
exception
d3m.exceptions.
MissingValueError
[source]¶ Bases:
ValueError
The required value has not been provided.
-
exception
d3m.exceptions.
NotSupportedError
[source]¶ Bases:
RuntimeError
Functionality is not supported.
-
exception
d3m.exceptions.
NotSupportedVersionError
[source]¶ Bases:
RuntimeError
This version is not supported.
-
exception
d3m.exceptions.
PrimitiveNotFittedError
[source]¶ Bases:
d3m.exceptions.InvalidStateError
The primitive has not been fitted.
-
exception
d3m.exceptions.
UnexpectedValueError
[source]¶ Bases:
ValueError
Value occurred not in a fixed list of possible or supported values, e.g., during parsing of data with expected schema.