Sha256: 34bf47472fc23abd63ad24c6b30a3d858cf413171c32a09f4c2e8d53c2edeeaa
Contents?: true
Size: 688 Bytes
Versions: 5
Compression:
Stored size: 688 Bytes
Contents
# VeloPayments::ErrorResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **errors** | [**Array<Error>**](Error.md) | one or more errors | [optional] | | **correlation_id** | **String** | a unique identifier to track a request or related sequence of requests | [optional] | | **http_status_code** | **Integer** | this will mirror the Status-Code part of the Status-Line http response header and is included for extra clarity | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::ErrorResponse.new( errors: null, correlation_id: ee53e01d-c078-43fd-abd4-47e92f4a06cf, http_status_code: 400 ) ```
Version data entries
5 entries across 5 versions & 1 rubygems