MpcResultError

Thrown when an MPC operation returns an error from the server.

This is an open class to allow io.portalhq.android.utils.errors.MpcError to extend it for backward compatibility.

Inheritors

Constructors

Link copied to clipboard
constructor(error: PortalError)

Properties

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