# 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 ) ```