Error

data class Error(val cause: Exception) : PaletteResult

Represents a failed palette generation operation.

Parameters

cause

The Exception that caused the failure.

Constructors

Link copied to clipboard
constructor(cause: Exception)

Properties

Link copied to clipboard
Link copied to clipboard

Convenience property to get the Palette if this result is Success, or null otherwise.