Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 489 Bytes

BadRequest.md

File metadata and controls

20 lines (14 loc) · 489 Bytes

AvalaraSdk::EInvoicing::V1::BadRequest

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]

Example

require 'avalara_sdk'

instance = AvalaraSdk::EInvoicing::V1::BadRequest.new(
  error: 400,
  message: Invalid data format YYYY-MM-DDThh:mm:ss expected
)