InvalidURLError

A class representing an error that occurs when an invalid URL is encountered while trying to send a message.

Parameters

url

The invalid URL that caused the error.

See also

Constructors

Link copied to clipboard
constructor(url: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val code: Int
Link copied to clipboard
open override val errorDescription: String?
Link copied to clipboard
open val message: String?
Link copied to clipboard
open override val underlyingErrors: Array<Error>?