# MessenteApi::ErrorItemPhonebook ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **title** | [**ErrorTitlePhonebook**](ErrorTitlePhonebook.md) | | | | **detail** | **String** | Free form more detailed description of the error | | | **code** | [**ErrorCodePhonebook**](ErrorCodePhonebook.md) | | | ## Example ```ruby require 'messente_api' instance = MessenteApi::ErrorItemPhonebook.new( title: null, detail: null, code: null ) ```