Package com.force.api
Class ApiError
java.lang.Object
com.force.api.ApiError
public class ApiError extends Object
-
Constructor Summary
Constructors Constructor Description ApiError() -
Method Summary
Modifier and Type Method Description StringgetApiErrorCode()String[]getFields()StringgetMessage()voidsetApiErrorCode(String apiErrorCode)voidsetFields(String[] fields)voidsetMessage(String message)
-
Constructor Details
-
ApiError
public ApiError()
-
-
Method Details