Uses of Class
com.xero.models.assets.Error
Packages that use Error
-
Uses of Error in com.xero.api
Methods in com.xero.api with parameters of type ErrorModifier and TypeMethodDescriptionvoidXeroApiExceptionHandler.validationError(String objectType, Error error, Exception e) Handle Validation Errors (400)Constructors in com.xero.api with parameters of type ErrorModifierConstructorDescriptionXeroBadRequestException(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 ErrorModifier and TypeMethodDescriptionError.addFieldValidationErrorsItem(FieldValidationErrorsElement fieldValidationErrorsItem) Array of elements of field validation errorsError.addResourceValidationErrorsItem(ResourceValidationErrorsElement resourceValidationErrorsItem) Array of elements of resource validation errorsDetail of the errorError.fieldValidationErrors(List<FieldValidationErrorsElement> fieldValidationErrors) Array of elements of field validation errorsError.resourceValidationErrors(List<ResourceValidationErrorsElement> resourceValidationErrors) Array of elements of resource validation errorsTitle of the errorThe internal type of error, not accessible externally