Class CreateFailedError

Error thrown when a high-level lock creation flow cannot resolve the created lock.

Hierarchy

Constructors

Properties

code: CREATE_FAILED = LockErrorCode.CREATE_FAILED
message: string
stack?: string
transactionHash: TransactionHash

The transaction hash of the failed creation flow.

prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Type declaration

stackTraceLimit: number

Accessors

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc