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
readonlytype:"TIMEDOUT"|"ABORTED"|"UNPROCESSABLE"
Defined in: modules/utils/image/SourceColorFromImageException.ts:9
Type
staticType:object
Defined in: modules/utils/image/SourceColorFromImageException.ts:3
ABORTED
readonlyABORTED:"ABORTED"="ABORTED"
TIMEDOUT
readonlyTIMEDOUT:"TIMEDOUT"="TIMEDOUT"
UNPROCESSABLE
readonlyUNPROCESSABLE:"UNPROCESSABLE"="UNPROCESSABLE"