Uses of Class
com.xero.models.assets.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)Constructors in com.xero.api with parameters of type Error Constructor Description XeroBadRequestException(String objectType, Error error, Exception e)XeroConflictException(String objectType, Error error)XeroMethodNotAllowedException(String objectType, Error error) -
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)ErrorError. addResourceValidationErrorsItem(ResourceValidationErrorsElement resourceValidationErrorsItem)ErrorError. detail(String detail)ErrorError. fieldValidationErrors(List<FieldValidationErrorsElement> fieldValidationErrors)ErrorError. resourceValidationErrors(List<ResourceValidationErrorsElement> resourceValidationErrors)ErrorError. title(String title)ErrorError. type(String type)