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