Error

interface Error(source)

An interface that represents a base error in the Prism SDK.

Inheritors

Properties

Link copied to clipboard
abstract val code: Int?
Link copied to clipboard
abstract val errorDescription: String?
Link copied to clipboard
abstract val underlyingErrors: Array<Error>?