Connect

sealed class Connect : PortalException

Base exception class for PortalConnect-related errors.

This class serves as the parent for all recoverable errors related to PortalConnect operations.

Inheritors

Types

Link copied to clipboard

Thrown when the request method is invalid.

Link copied to clipboard

Thrown when the request params are invalid.

Properties

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