errors

File Purpose: errors in PlasmaCalcs

Exceptions

BindingError

error indicating an issue with binding; see tools.binding.

CacheNotApplicableError

error indicating there is no relevant value in the cache.

CollisionsModeError

error indicating an issue with the mode of collisions.

ComponentKeyError

error indicating component key not found.

ComponentValueError

error indicating some issue with value for a Component.

DeserializingError

error indicating an issue when deserializing.

DimensionAttributeError

error indicating some issue with an attribute of a dimension, probably that it doesn't exist.

DimensionError

error indicating some issue with a dimension

DimensionKeyError

error indicating missing value of a dimension (e.g. FluidKeyError, SnapKeyError).

DimensionSizeError

error indicating a dimension is the wrong size.

DimensionValueError

error indicating some incompatibility regarding the value of a dimension (e.g. SnapValueError).

DimensionalityError

error indicating dimensionality issue, e.g. wrong number of dimensions.

FileAmbiguityError

error indicating some ambiguity due to which files exist or don't exist.

FileContentsConflictError

error related to conflicting information in a file.

FileContentsError

error related to contents of a file being incorrect or unexpected.

FileContentsMissingError

error indicating missing information in a file.

FluidKeyError

error indicating Fluid key not found.

FluidValueError

error indicating some issue with value for a Fluid.

FormulaMissingError

error in locating formula to calculate quant.

ImportFailedError

error indicating that an import failed in the past, which is why a module cannot be accessed now.

InputConflictError

error indicating two or more inputs provide conflicting information.

InputError

error indicating something is wrong with the inputs, e.g. to a function.

InputMissingError

error indicating that an input is missing AND doesn't have an appropriate default value.

LoadingNotImplementedError

error indicating failed to implement how to load these values from files.

MappableNotFoundError

error indicating mappable not found.

MemorySizeError

error indicating size of data is too large.

OverrideNotApplicableError

error indicating that an override function is not applicable.

PlotSettingsError

error indicating an issue with plot settings.

PlottingAmbiguityError

error indicating an ambiguity with plotting, e.g. multiple images found when looking for only 1.

PlottingError

error indicating an issue with plotting

PlottingNframesUnknownError

error indicating number of frames unknown for plotting a movie.

PlottingNotImplementedError

error indicating some aspect of plotting is not implemented

QuantCalcError

error in quantity calculation.

QuantInfoMissingError

error indicating that info is missing during a quantity calculation.

RunKeyError

error indicating Run key not found.

RunValueError

error indicating some issue with value for a Run.

SerializationError

error indicating an issue related to serialization or deserialization.

SerializingError

error indicating an issue when serializing.

SetvarNotImplementedError

error indicating failed to implement setvar, e.g. for a particular var.

SnapKeyError

error indicating Snap key not found.

SnapValueError

error indicating some issue with value for a Snap.

SubsamplingError

error indicating an issue with subsampling.

SubsamplingFormatError

error indicating an issue with the format of subsampling.

SubsamplingNotFoundError

error indicating that something related to subsampling was expected but not found.

TimeoutError

error indicating a timeout.

TooManyPlottablesError

error indicating too many things to make a plot.

TooManySubplotsError

error indicating too many subplots.

TypevarNanError

error indicating a typevar is nan,

UnitsError

error related to units.

UnitsUnknownError

error related to units being unknown.

ValueLoadingError

error related to loading a value from a file, but NOT just because it's not yet implemented.