Sha256: 93859953c9557fc4238037a95ebff674610efd1973fb58e2fd89d7e4edcc6c9b
Contents?: true
Size: 545 Bytes
Versions: 16
Compression:
Stored size: 545 Bytes
Contents
# MoneyKit::APIErrorAuthUnauthorizedResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error_code** | **String** | | [optional][default to 'api_error.auth.unauthorized'] | | **error_message** | **String** | Error message | | | **documentation_url** | **String** | | [optional] | ## Example ```ruby require 'moneykit' instance = MoneyKit::APIErrorAuthUnauthorizedResponse.new( error_code: null, error_message: Accounts access not permitted, documentation_url: null ) ```
Version data entries
16 entries across 16 versions & 1 rubygems