Sha256: ef709855961d63cc3a57fdeb3cdb7041697c1dd063cf4974441a2b1547a0a58e
Contents?: true
Size: 448 Bytes
Versions: 9
Compression:
Stored size: 448 Bytes
Contents
# NetworkApi::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_network_api' instance = NetworkApi::Error.new( message: null, validation_errors: null ) ```
Version data entries
9 entries across 9 versions & 1 rubygems