Sha256: add8d695cb2380669f92585036c6c12847f14a995983125fdbcd6f932350458c

Contents?: true

Size: 457 Bytes

Versions: 4

Compression:

Stored size: 457 Bytes

Contents

# AvalaraSdk::EInvoicing::V1::NotFoundError

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **error** | **String** | The three-digit HTTP error code for a not found error | [optional] |
| **message** | **String** | A message about the not found error | [optional] |

## Example

```ruby
require 'avalara_sdk'

instance = AvalaraSdk::EInvoicing::V1::NotFoundError.new(
  error: 404,
  message: Not Found
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
avalara_sdk-24.12.2 docs/EInvoicing/V1/NotFoundError.md
avalara_sdk-24.12.1 docs/EInvoicing/V1/NotFoundError.md
avalara_sdk-24.12.0 docs/EInvoicing/V1/NotFoundError.md
avalara_sdk-24.2.29 docs/EInvoicing/V1/NotFoundError.md