UNPKG

cybersource-rest-client

Version:

Node.js SDK for the CyberSource REST API

11 lines (7 loc) 959 B
# CyberSource.InlineResponse200Errors ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | The type of error. Possible Values: - invalidHeaders - missingHeaders - invalidFields - missingFields - unsupportedPaymentMethodModification - invalidCombination - forbidden - notFound - instrumentIdentifierDeletionError - tokenIdConflict - conflict - notAvailable - serverError - notAttempted A \"notAttempted\" error type is returned when the request cannot be processed because it depends on the existence of another token that does not exist. For example, creating a shipping address token is not attempted if the required customer token is missing. | [optional] **message** | **String** | The detailed message related to the type. | [optional] **details** | [**[InlineResponse200Details]**](InlineResponse200Details.md) | | [optional]