Sha256: ad4934c4bbf7118f92b78d7c589d17c7be939152f8af4fef3d4cca03a2f7828b
Contents?: true
Size: 500 Bytes
Versions: 18
Compression:
Stored size: 500 Bytes
Contents
# Bandwidth::FieldError ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **field_name** | **String** | The name of the field that contains the error | [optional] | | **description** | **String** | The error associated with the field | [optional] | ## Example ```ruby require 'bandwidth-sdk' instance = Bandwidth::FieldError.new( field_name: from, description: '+invalid' must be replaced with a valid E164 formatted telephone number ) ```
Version data entries
18 entries across 18 versions & 1 rubygems