Sha256: 53a2f00cea298f6b5fa8438e9d3b862b0fe3b2b0539d261c572a73156f67e639
Contents?: true
Size: 874 Bytes
Versions: 3
Compression:
Stored size: 874 Bytes
Contents
# VeloPayments::InlineResponse409Errors ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **error_message** | **String** | verbose message indicating the nature of the error Will be localised | [optional] **location** | **String** | the property or object that caused the error | [optional] **location_type** | [**LocationType**](LocationType.md) | | [optional] **reason_code** | **String** | a camel-cased string that can be used by clients to localise client error messages | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::InlineResponse409Errors.new(error_message: The resource already exists, location: email, location_type: null, reason_code: duplicateEmail) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.23.78.beta1 | docs/InlineResponse409Errors.md |
velopayments-2.20.119 | docs/InlineResponse409Errors.md |
velopayments-2.20.29.beta1 | docs/InlineResponse409Errors.md |