Class: BinaryNotFoundError
Emitted if binary does not exist
Extends
Constructors
new BinaryNotFoundError(hash, storeName)
new BinaryNotFoundError(
hash
,storeName
):BinaryNotFoundError
Parameters
• hash: string
• storeName: string
Returns
Overrides
Source
packages/core/src/services/binary.ts:41
Properties
code
code:
string
Inherited from
Source
message
message:
string
Inherited from
Source
node_modules/typescript/lib/lib.es5.d.ts:1076
name
name:
string
Inherited from
Source
node_modules/typescript/lib/lib.es5.d.ts:1075
stack?
stack?:
string
Inherited from
Source
node_modules/typescript/lib/lib.es5.d.ts:1077
prepareStackTrace?
static
prepareStackTrace?: (err
,stackTraces
) =>any
Optional override for formatting stack traces
Parameters
• err: Error
• stackTraces: CallSite
[]
Returns
any
See
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
Inherited from
Source
packages/core/node_modules/@types/node/globals.d.ts:11
stackTraceLimit
static
stackTraceLimit:number
Inherited from
Source
packages/core/node_modules/@types/node/globals.d.ts:13
Methods
getCode()
getCode():
string
Return error code
Returns
string
Inherited from
Source
packages/core/src/errors.ts:21
getResponseCode()
getResponseCode():
number
Http response code
Returns
number
Inherited from
Source
packages/core/src/errors.ts:29
captureStackTrace()
static
captureStackTrace(targetObject
,constructorOpt
?):void
Create .stack property on a target object
Parameters
• targetObject: object
• constructorOpt?: Function
Returns
void
Inherited from
Source
packages/core/node_modules/@types/node/globals.d.ts:4