#  ResponseAccess

**Fully Qualified**: [`\Frontastic\Common\ShopifyBundle\Domain\ResponseAccess`](../../../../src/php/ShopifyBundle/Domain/ResponseAccess.php)

**Extends**: [`\Kore\DataObject\DataObject`](https://github.com/kore/DataObject)

Property|Type|Default|Required|Description
--------|----|-------|--------|-----------
`container` | `mixed` |  | - | The response data.

## Methods

* [hasErrors()](#haserrors)
* [getErrors()](#geterrors)

### hasErrors()

```php
public function hasErrors(): bool
```

*Check if errors are in response.*

Return Value: `bool`

### getErrors()

```php
public function getErrors(): mixed
```

*Get the errors.*

Return Value: `mixed`

Generated with [Frontastic API Docs](https://github.com/FrontasticGmbH/apidocs).
