Uses of Class
Avalara.SDK.model.A1099.V2.ErrorResponseItem
-
Packages that use ErrorResponseItem Package Description Avalara.SDK.model.A1099.V2 -
-
Uses of ErrorResponseItem in Avalara.SDK.model.A1099.V2
Methods in Avalara.SDK.model.A1099.V2 that return ErrorResponseItem Modifier and Type Method Description ErrorResponseItemErrorResponseItem. detail(String detail)static ErrorResponseItemErrorResponseItem. fromJson(String jsonString)Create an instance of ErrorResponseItem given an JSON stringErrorResponseItemErrorResponseItem. type(String type)Methods in Avalara.SDK.model.A1099.V2 that return types with arguments of type ErrorResponseItem Modifier and Type Method Description List<ErrorResponseItem>ErrorResponse. getErrors()Get errorsMethods in Avalara.SDK.model.A1099.V2 with parameters of type ErrorResponseItem Modifier and Type Method Description ErrorResponseErrorResponse. addErrorsItem(ErrorResponseItem errorsItem)Method parameters in Avalara.SDK.model.A1099.V2 with type arguments of type ErrorResponseItem Modifier and Type Method Description ErrorResponseErrorResponse. errors(List<ErrorResponseItem> errors)voidErrorResponse. setErrors(List<ErrorResponseItem> errors)
-