Sha256: 13f1b391fff6679e00ad7ff7063731567d904fdd41c4a181eb142373b3e1b955
Contents?: true
Size: 500 Bytes
Versions: 4
Compression:
Stored size: 500 Bytes
Contents
# AvalaraSdk::EInvoicing::V1::DocumentSubmissionError ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **status_code** | **String** | The three-digit HTTP status code for the exception | [optional] | | **message** | **String** | A message explaining the exception | [optional] | ## Example ```ruby require 'avalara_sdk' instance = AvalaraSdk::EInvoicing::V1::DocumentSubmissionError.new( status_code: 400, message: Failed to parse document ) ```
Version data entries
4 entries across 4 versions & 1 rubygems