Show / Hide Table of Contents

Class ResponseError

A field level error

Inheritance
System.Object
ResponseError
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EC.ProductsAndPricing.ServiceContract.Pricing
Assembly: EC.ProductsAndPricing.ServiceContract.dll
Syntax
public class ResponseError

Properties

View Source

ErrorCode

The error

Declaration
public string ErrorCode { get; set; }
Property Type: System.String
View Source

FieldName

The field

Declaration
public string FieldName { get; set; }
Property Type: System.String
View Source

Message

The message

Declaration
public string Message { get; set; }
Property Type: System.String
  • View Source
Back to top Copyright © 2017 EC English