Sha256: 3c98c9bd383c1980ff628254a8e002c220795499c321f40557ad32cc0ab73c90

Contents?: true

Size: 720 Bytes

Versions: 2

Compression:

Stored size: 720 Bytes

Contents

# KlaviyoAPI::CatalogJobErrorPayload

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | Unique identifier for the error. |  |
| **code** | **String** | A code for classifying the error type. |  |
| **title** | **String** | A high-level message about the error. |  |
| **detail** | **String** | Specific details about the error. |  |
| **source** | [**ErrorSource**](ErrorSource.md) |  |  |

## Example

```ruby
require 'klaviyo-api-sdk'

instance = KlaviyoAPI::CatalogJobErrorPayload.new(
  id: e4eebb08-b055-4a6f-bb13-c8cb69c9eb94,
  code: invalid,
  title: Invalid input,
  detail: The payload provided in the request is invalid.,
  source: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
klaviyo-api-sdk-2.0.0 docs/CatalogJobErrorPayload.md
klaviyo-api-sdk-1.2.0 docs/CatalogJobErrorPayload.md