Search Results for

    Show / Hide Table of Contents

    Class IdempotenceException

    Represents an error response from the Ingenico ePayments platform when an idempotent request failed because the first request has not finished yet.

    Inheritance
    object
    Exception
    ApiException
    IdempotenceException
    Implements
    ISerializable
    _Exception
    Inherited Members
    ApiException.StatusCode
    ApiException.ResponseBody
    ApiException.ErrorId
    ApiException.Errors
    ApiException.ToString()
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.TargetSite
    Exception.StackTrace
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    Namespace: Ingenico.Connect.Sdk
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class IdempotenceException : ApiException, ISerializable, _Exception

    Constructors

    IdempotenceException(string, long?, HttpStatusCode, string, string, IList<APIError>)

    Declaration
    public IdempotenceException(string idempotenceKey, long? idempotenceRequestTimestamp, HttpStatusCode statusCode, string responseBody, string errorId, IList<APIError> errors)
    Parameters
    Type Name Description
    string idempotenceKey
    long? idempotenceRequestTimestamp
    HttpStatusCode statusCode
    string responseBody
    string errorId
    IList<APIError> errors

    IdempotenceException(string, long?, string, HttpStatusCode, string, string, IList<APIError>)

    Declaration
    public IdempotenceException(string idempotenceKey, long? idempotenceRequestTimestamp, string message, HttpStatusCode statusCode, string responseBody, string errorId, IList<APIError> errors)
    Parameters
    Type Name Description
    string idempotenceKey
    long? idempotenceRequestTimestamp
    string message
    HttpStatusCode statusCode
    string responseBody
    string errorId
    IList<APIError> errors

    Properties

    IdempotenceKey

    Gets the key that was used for the idempotent request.

    Declaration
    public string IdempotenceKey { get; }
    Property Value
    Type Description
    string

    IdempotenceRequestTimestamp

    Gets the request timestamp of the first idempotent request with the same key.

    Declaration
    public long? IdempotenceRequestTimestamp { get; }
    Property Value
    Type Description
    long?

    Implements

    ISerializable
    _Exception
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.