Sha256: 1381c8733e4ec32add44fd51795d0355b2cd422c4226f6079cfc3eb2f5269f67
Contents?: true
Size: 924 Bytes
Versions: 1
Compression:
Stored size: 924 Bytes
Contents
# VoucherifySdk::Error ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **code** | **Integer** | Error's HTTP status code. | [optional] | | **key** | **String** | Short string describing the kind of error which occurred. | [optional] | | **message** | **String** | A human-readable message providing a short description of the error. | [optional] | | **details** | **String** | A human-readable message providing more details about the error. | [optional] | | **request_id** | **String** | This ID is useful when troubleshooting and/or finding the root cause of an error response by our support team. | [optional] | | **resource_id** | **String** | Unique resource ID that can be used in another endpoint to get more details. | [optional] | | **resource_type** | **String** | The resource type. | [optional] | | **error** | [**ErrorError**](ErrorError.md) | | [optional] |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
voucherify-8.0.2 | docs/Error.md |