Error

Workspace.Error(self: pyarts.arts._Workspace, msg: pyarts.arts.WorkspaceVariable | pyarts.arts.String, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None

Issues an error and exits ARTS.

This method can be placed in agendas that must be specified, but are expected not to be used for the particular case. An inclusion in surface_rtprop_agenda could look like:

Error{"Surface interceptions of propagation path not expected."}

Ignore and other dummy method calls must still be included.

Author(s): Patrick Eriksson

Parameters:
  • msg (String) – String describing the error. [IN]

  • verbosity (Verbosity) – ARTS verbosity. See verbosity, defaults to self.verbosity [IN]