ChatException

A specialized exception that represents an error occurring within a chat context.

Parameters

cause

The underlying cause of the exception, if any.

Properties

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

The detailed information about the error, encapsulated in an ErrorInfo object.

Link copied to clipboard
open val message: String?