Sha256: 07df12cceb334b3177e535dd1194355be15d57e717ef14f85a35caa369485e08
Contents?: true
Size: 680 Bytes
Versions: 4
Compression:
Stored size: 680 Bytes
Contents
# AvalaraSdk::EInvoicing::V1::BadDownloadRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | **String** | The three-digit HTTP error code for the bad request | [optional] | | **message** | **String** | A message explaining the bad request | [optional] | | **supported_accept_headers** | **Object** | A message explaining the bad request | [optional] | ## Example ```ruby require 'avalara_sdk' instance = AvalaraSdk::EInvoicing::V1::BadDownloadRequest.new( error: 406, message: Incorrect Accept header., supported_accept_headers: ["application/vnd.oasis.ubl+xml","application/pdf"] ) ```
Version data entries
4 entries across 4 versions & 1 rubygems