Return a bilingual message describing a transaction error.

Synopsis

Declared in <common/messages.h>

bilingual_str
TransactionErrorString(node::TransactionError error);

Return Value

The bilingual error message.

Parameters

Name

Description

error

The transaction error to describe.

Created with MrDocs