Uses of Class
com.xero.models.assets.Error
-
Packages that use Error Package Description com.xero.api com.xero.models.assets -
-
Uses of Error in com.xero.api
Methods 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 XeroBadRequestException(String objectType, Error error, Exception e)XeroBadRequestExceptionXeroConflictException(String objectType, Error error)XeroConflictExceptionXeroMethodNotAllowedException(String objectType, Error error)XeroMethodNotAllowedException -
Uses of Error in com.xero.models.assets
Methods in com.xero.models.assets that return Error Modifier and Type Method Description ErrorError. addFieldValidationErrorsItem(FieldValidationErrorsElement fieldValidationErrorsItem)Array of elements of field validation errorsErrorError. addResourceValidationErrorsItem(ResourceValidationErrorsElement resourceValidationErrorsItem)Array of elements of resource validation errorsErrorError. detail(String detail)Detail of the errorErrorError. fieldValidationErrors(List<FieldValidationErrorsElement> fieldValidationErrors)Array of elements of field validation errorsErrorError. resourceValidationErrors(List<ResourceValidationErrorsElement> resourceValidationErrors)Array of elements of resource validation errorsErrorError. title(String title)Title of the errorErrorError. type(String type)The internal type of error, not accessible externally
-