Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

  • No labels