Sha256: 45a89d41bac0ea0f8084d325ab066e214969eb7257f1ab6249fb66cccd525d62
Contents?: true
Size: 442 Bytes
Versions: 8
Compression:
Stored size: 442 Bytes
Contents
# AuditApi::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 ```ruby require 'pnap_audit_api' instance = AuditApi::Error.new( message: null, validation_errors: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems