Mpc

sealed class Mpc : PortalException

Base exception class for MPC errors.

This class serves as the parent for all recoverable errors in the MPC system, distinguishing them from system-level errors that should not be caught by application code.

Inheritors

Types

Link copied to clipboard

Thrown when no backup share is found for a specific backup method.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?