FrameConfigurationError

Thrown when FrameNetworking.initializeWithAPIKey has not been called before a Frame SDK component is used, or when required configuration values are missing or invalid.

Parameters

message

Description of the configuration problem.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

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