meshkernel.errors module

exception Error

Bases: Exception

Base class for exceptions in this module.

exception InputError

Bases: Error

Exception raised for errors in the input.

exception MeshGeometryError(message: str, info: Tuple[int, Mesh2dLocation])

Bases: MeshKernelError

Exception raised for mesh geometry errors occurring in the MeshKernel library.

index() int
location() Mesh2dLocation
exception MeshKernelError(category: str, message: str)

Bases: Error

Exception raised for errors occurring in the MeshKernel library.