ErrorResultThe error result.API/Interfaces/ErrorResulthoshimi/src/types/Node.d.tsSignatureexport interface ErrorResultProperties2loadTypedataMethods0No methods.PropertiesloadType#loadType: LoadType.Error;The load type of the result.@type{LoadType.Error}data#data: Exception;The error data of the result.@type{Exception}