Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 454 Bytes

Error.md

File metadata and controls

20 lines (14 loc) · 454 Bytes

InvoicingApi::Error

Properties

Name Type Description Notes
message String The description detailing the cause of the error code. [readonly]
validation_errors Array<String> Validation errors, if any. [optional][readonly]

Example

require 'pnap_invoicing_api'

instance = InvoicingApi::Error.new(
  message: null,
  validation_errors: null
)