---
title: QUADRATURE_INVALID_ARG_ERROR
framework: accelerate
role: symbol
role_heading: Global Variable
path: accelerate/quadrature_invalid_arg_error
---

# QUADRATURE_INVALID_ARG_ERROR

A constant that indicates that an invalid argument was passed to the operation.

## Declaration

```swift
var QUADRATURE_INVALID_ARG_ERROR: quadrature_status { get }
```

## See Also

### Constants

- [init(_:)](accelerate/quadrature_status/init(_:).md)
- [init(rawValue:)](accelerate/quadrature_status/init(rawvalue:).md)
- [rawValue](accelerate/quadrature_status/rawvalue.md)
- [QUADRATURE_ALLOC_ERROR](accelerate/quadrature_alloc_error.md)
- [QUADRATURE_ERROR](accelerate/quadrature_error.md)
- [QUADRATURE_INTEGRATE_BAD_BEHAVIOUR_ERROR](accelerate/quadrature_integrate_bad_behaviour_error.md)
- [QUADRATURE_INTEGRATE_MAX_EVAL_ERROR](accelerate/quadrature_integrate_max_eval_error.md)
- [QUADRATURE_INTERNAL_ERROR](accelerate/quadrature_internal_error.md)
- [QUADRATURE_SUCCESS](accelerate/quadrature_success.md)
