d3m.exceptions¶
-
exception
d3m.exceptions.AlreadyExistsError[source]¶ Bases:
ValueErrorSomething which should not exist already exists.
-
exception
d3m.exceptions.DatasetNotFoundError[source]¶ Bases:
FileNotFoundError,d3m.exceptions.NotFoundErrorProvided dataset URI cannot be resolved to a dataset.
-
exception
d3m.exceptions.DatasetUriNotSupportedError[source]¶ Bases:
d3m.exceptions.NotSupportedErrorProvided dataset URI is not supported.
-
exception
d3m.exceptions.DigestMismatchError[source]¶ Bases:
d3m.exceptions.MismatchErrorA digest does not match the expect digest.
-
exception
d3m.exceptions.DimensionalityMismatchError[source]¶ Bases:
d3m.exceptions.MismatchErrorDimensionality mismatch occurs in array computations.
-
exception
d3m.exceptions.InvalidArgumentTypeError[source]¶ Bases:
TypeErrorProvided argument to the function is invalid in type.
-
exception
d3m.exceptions.InvalidArgumentValueError[source]¶ Bases:
ValueErrorProvided argument to the function is invalid in value.
-
exception
d3m.exceptions.InvalidDatasetError[source]¶ Bases:
ValueErrorDataset is invalid.
-
exception
d3m.exceptions.InvalidMetadataError[source]¶ Bases:
ValueErrorMetadata is invalid.
-
exception
d3m.exceptions.InvalidPipelineError[source]¶ Bases:
ValueErrorPipeline is invalid.
-
exception
d3m.exceptions.InvalidPipelineRunError[source]¶ Bases:
ValueErrorPipeline run is invalid.
-
exception
d3m.exceptions.InvalidPrimitiveCodeError[source]¶ Bases:
ValueErrorPrimitive does not match standard API.
-
exception
d3m.exceptions.InvalidProblemError[source]¶ Bases:
ValueErrorProblem description is invalid.
-
exception
d3m.exceptions.InvalidReturnTypeError[source]¶ Bases:
TypeErrorType of the returned value from the function is invalid.
-
exception
d3m.exceptions.InvalidReturnValueError[source]¶ Bases:
ValueErrorReturned value from the function is invalid.
-
exception
d3m.exceptions.InvalidStateError[source]¶ Bases:
AssertionErrorProgram ended up in an invalid or unexpected state, or a state does not match the current code path.
-
exception
d3m.exceptions.MismatchError[source]¶ Bases:
ValueErrorA value does not match expected value.
-
exception
d3m.exceptions.MissingValueError[source]¶ Bases:
ValueErrorThe required value has not been provided.
-
exception
d3m.exceptions.NotFoundError[source]¶ Bases:
ValueErrorSomething requested could not be found.
-
exception
d3m.exceptions.NotSupportedError[source]¶ Bases:
RuntimeErrorFunctionality is not supported.
-
exception
d3m.exceptions.NotSupportedVersionError[source]¶ Bases:
RuntimeErrorThis version is not supported.
-
exception
d3m.exceptions.PermissionDeniedError[source]¶ Bases:
RuntimeErrorNo permissions to do or access something.
-
exception
d3m.exceptions.PrimitiveNotFittedError[source]¶ Bases:
d3m.exceptions.InvalidStateErrorThe primitive has not been fitted.
-
exception
d3m.exceptions.ProblemNotFoundError[source]¶ Bases:
FileNotFoundError,d3m.exceptions.NotFoundErrorProvided problem URI cannot be resolved to a problem.
-
exception
d3m.exceptions.ProblemUriNotSupportedError[source]¶ Bases:
d3m.exceptions.NotSupportedErrorProvided problem URI is not supported.
-
exception
d3m.exceptions.SamplingError[source]¶ Bases:
ArithmeticErrorError during sampling.
-
exception
d3m.exceptions.SamplingNotPossibleError[source]¶ Bases:
d3m.exceptions.SamplingErrorSampling is not possible.
-
exception
d3m.exceptions.StepFailedError[source]¶ Bases:
RuntimeErrorRunning a pipeline step failed.
-
exception
d3m.exceptions.UnexpectedTypeError[source]¶ Bases:
TypeErrorType occurred not in a fixed list of possible or supported types, e.g., during parsing of data with expected schema.
-
exception
d3m.exceptions.UnexpectedValueError[source]¶ Bases:
ValueErrorValue occurred not in a fixed list of possible or supported values, e.g., during parsing of data with expected schema.