Sha256: 84c0ad6de306abe66a34a5c32f1b046026a8f536a57aeca8ad94437856b867e4
Contents?: true
Size: 923 Bytes
Versions: 5
Compression:
Stored size: 923 Bytes
Contents
# VeloPayments::InlineResponse403Errors ## 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::InlineResponse403Errors.new(error_message: The invoker does not have the required permissions to access the resource, location: accessToken, location_type: null, reason_code: permissions) ```
Version data entries
5 entries across 5 versions & 1 rubygems