Sha256: 539c46607997de7ee5a9969f70c5b491ee8a36c35990ce49687d32f3a4291bd1

Contents?: true

Size: 476 Bytes

Versions: 4

Compression:

Stored size: 476 Bytes

Contents

# AvalaraSdk::EInvoicing::V1::InternalServerError

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **error** | **String** | A bad request error code | [optional] |
| **message** | **String** | A message explaining the bad request error | [optional] |

## Example

```ruby
require 'avalara_sdk'

instance = AvalaraSdk::EInvoicing::V1::InternalServerError.new(
  error: 500,
  message: Something went wrong, please try again
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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