Skip to main content

Class: SourceColorFromImageException

Defined in: modules/utils/image/SourceColorFromImageException.ts:1

Extends

  • Error

Constructors

Constructor

new SourceColorFromImageException(type, message?): SourceColorFromImageException

Defined in: modules/utils/image/SourceColorFromImageException.ts:11

Parameters

type

"TIMEDOUT" | "ABORTED" | "UNPROCESSABLE"

message?

string

Returns

SourceColorFromImageException

Overrides

Error.constructor

Properties

type

readonly type: "TIMEDOUT" | "ABORTED" | "UNPROCESSABLE"

Defined in: modules/utils/image/SourceColorFromImageException.ts:9


Type

static Type: object

Defined in: modules/utils/image/SourceColorFromImageException.ts:3

ABORTED

readonly ABORTED: "ABORTED" = "ABORTED"

TIMEDOUT

readonly TIMEDOUT: "TIMEDOUT" = "TIMEDOUT"

UNPROCESSABLE

readonly UNPROCESSABLE: "UNPROCESSABLE" = "UNPROCESSABLE"