Uses of Class
com.xero.models.accounting.Error
-
Packages that use Error Package Description com.xero.api com.xero.models.accounting -
-
Uses of Error in com.xero.api
Methods in com.xero.api that return Error Modifier and Type Method Description ErrorXeroApiException. getError()Init Xero API ExceptionMethods in com.xero.api with parameters of type Error Modifier and Type Method Description voidXeroApiExceptionHandler. validationError(String objectType, Error error, Exception e)Handle Validation Errors (400)Constructors in com.xero.api with parameters of type Error Constructor Description XeroApiException(int responseCode, Error error, Exception e)Init Xero API ExceptionXeroApiException(int responseCode, String message, Error error, Exception e)Init Xero API ExceptionXeroBadRequestException(String objectType, Error error, Exception e)XeroBadRequestExceptionXeroConflictException(String objectType, Error error)XeroConflictExceptionXeroMethodNotAllowedException(String objectType, Error error)XeroMethodNotAllowedException -
Uses of Error in com.xero.models.accounting
Methods in com.xero.models.accounting that return Error Modifier and Type Method Description ErrorError. addElementsItem(Element elementsItem)Array of Elements of validation ErrorsErrorError. elements(List<Element> elements)Array of Elements of validation ErrorsErrorError. errorNumber(Integer errorNumber)Exception numberErrorError. message(String message)Exception messageErrorError. type(String type)Exception type
-