DtoBase is an abstract class inherited by classes that end with “Dto” in the Bricknode API. An example is FeeRecordDto in CreateFeeRecords.

Name

Type

Description

Mandatory

Available from version

IsError

bool

If there was an error when handling the entity.

2.38

ErrorMessages

List<string>

Empty if there were no errors otherwise descriptions on what went wrong.

2.38