MeshError

sealed interface MeshError

Root of the BLE Mesh error hierarchy.

Errors are organized into composable sealed sub-interfaces following the pattern established by com.atruedev.kmpble.error.BleError in the core library. This allows callers to pattern-match at the granularity they need.

Inheritors