NotionClientException

open class NotionClientException(val cause: Throwable?) : Exception

Base exception type for all errors thrown by the Notion client library.

This exception is used as a superclass for more specific Notion-related exceptions. It wraps the underlying cause of the error, if available.

Inheritors

Constructors

Link copied to clipboard
constructor(cause: Throwable?)

Properties

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