Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 457 Bytes

NotFoundError.md

File metadata and controls

20 lines (14 loc) · 457 Bytes

AvalaraSdk::EInvoicing::V1::NotFoundError

Properties

Name Type Description Notes
error String The three-digit HTTP error code for a not found error [optional]
message String A message about the not found error [optional]

Example

require 'avalara_sdk'

instance = AvalaraSdk::EInvoicing::V1::NotFoundError.new(
  error: 404,
  message: Not Found
)