Sha256: 54e3bf46fcbd0d2d78c6f0892dacab8df311b67057c77d1055347d69f7c21588
Contents?: true
Size: 652 Bytes
Versions: 3
Compression:
Stored size: 652 Bytes
Contents
# MessenteApi::ErrorItemOmnichannel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **title** | [**ErrorTitleOmnichannel**](ErrorTitleOmnichannel.md) | | | | **detail** | **String** | Free form more detailed description of the error | | | **code** | [**ErrorCodeOmnichannel**](ErrorCodeOmnichannel.md) | | | | **source** | **String** | Describes which field is causing the issue in the payload, null for non 400 status code responses | | ## Example ```ruby require 'messente_api' instance = MessenteApi::ErrorItemOmnichannel.new( title: null, detail: null, code: null, source: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
messente_api-2.3.0 | docs/ErrorItemOmnichannel.md |
messente_api-2.2.0 | docs/ErrorItemOmnichannel.md |
messente_api-2.1.0 | docs/ErrorItemOmnichannel.md |