Errors~TransactionFailedError(msg, originalExceptionopt)

Thrown when a transaction fails. Original exception is attached to property `original` Original stack is appended to current stack.

new TransactionFailedError(msg, originalExceptionopt)

Parameters:
Name Type Attributes Description
msg string the error message
originalException Error <optional>
the original error which led to this