Caplin FXIntegrationAPI Documentation - Version 8.5.0

Message Builder Example - Error

package com.caplin.examples.fxapi.generated.motif.common.common.CommonTypesDef; 

import com.caplin.generated.motif.common.CommonTypesDef;

public class ErrorExample {
    public static void main(String[] args) {
                    		
		CommonTypesDef.Error error =
		CommonTypesDef.Error
			.newBuilder()
			.setErrorCode("")
			.setErrorMessage("")
			.build();
            
    }
}