# Bandwidth::MessagingRequestError ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | | | | **description** | **String** | | | ## Example ```ruby require 'bandwidth-sdk' instance = Bandwidth::MessagingRequestError.new( type: null, description: null ) ```