ImageMarkerError
此内容尚不支持你的语言。
Defined in: src/job.ts:40
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ImageMarkerError(
code,message,context?):ImageMarkerError
Defined in: src/job.ts:46
Parameters
Section titled “Parameters”message
Section titled “message”string
context?
Section titled “context?”cause?
Section titled “cause?”unknown
jobId?
Section titled “jobId?”string
operation?
Section titled “operation?”Returns
Section titled “Returns”ImageMarkerError
Overrides
Section titled “Overrides”Error.constructor
Properties
Section titled “Properties”cause?
Section titled “cause?”
readonlyoptionalcause?:unknown
Defined in: src/job.ts:44
Overrides
Section titled “Overrides”Error.cause
readonlycode:ImageMarkerErrorCode
Defined in: src/job.ts:41
jobId?
Section titled “jobId?”
readonlyoptionaljobId?:string
Defined in: src/job.ts:42
operation?
Section titled “operation?”
readonlyoptionaloperation?:MarkerOperation
Defined in: src/job.ts:43