errors
¶
ExpressionMismatchError(operation='', ltype=None, rtype=None)
¶
Bases: Exception
Expression mismatch during the operation
Source code in geomech/utils/errors.py
SizeMismatchError(operation='', expected=None, got=None)
¶
Bases: Exception
Operand sizes do not match for the operation.