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] |
require 'pnap_invoicing_api'
instance = InvoicingApi::Error.new(
message: null,
validation_errors: null
)