fferpcore.TransformErrorListglobal inherited sharing class TransformErrorList A collection of errors generated by a transform operation performed by the TransformService. Methods
addErrorglobal void addError(String message) Add an error to the list. Input Parameters
addErrorglobal void addError(String message, String sourceDataId, String key) Add an error to the list. Input Parameters
getAllErrorsglobal List<fferpcore.TransformError> getAllErrors() Return ValueA list of all the TransformErrors. |