Class ErrorResponse
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Errors
Assembly: connect-sdk-dotnet.dll
Syntax
public class ErrorResponse
Properties
ErrorId
Unique reference, for debugging purposes, of this error response
Declaration
public string ErrorId { get; set; }
Property Value
Type | Description |
---|---|
string |
Errors
List of one or more errors
Declaration
public IList<APIError> Errors { get; set; }
Property Value
Type | Description |
---|---|
IList<APIError> |