Class: ObjectNotFoundError

December 9, 2025 ยท View on GitHub

iexec


iexec / errors / ObjectNotFoundError

Class: ObjectNotFoundError

ObjectNotFoundError is thrown when trying to access an unknown onchain resource.

Extends

  • Error

Constructors

Constructor

new ObjectNotFoundError(objName, objId, chainId): ObjectNotFoundError

Parameters

objName

string

Name of the resource.

objId

string

Id or address of the resource.

chainId

string

Chain id of the blockchain.

Returns

ObjectNotFoundError

Overrides

Error.constructor

Properties

chainId

chainId: string

Chain id of the blockchain.


objId

objId: string

Id or address of the resource.


objName

objName: string

Name of the resource.