EmbeddedComponentError

An error that can occur loading a Connect embedded component.

Constructors

Link copied to clipboard
constructor(type: EmbeddedComponentError.ErrorType, message: String?)

Types

Link copied to clipboard

Types of errors that can occur when loading a Connect embedded component.

Properties

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

A description of the error.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The type of error.

Functions

Link copied to clipboard
open override fun toString(): String