Show / Hide Table of Contents

Class ResponseStatus

Contains error information for a response

Inheritance
System.Object
ResponseStatus
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 ResponseStatus

Properties

View Source

ErrorCode

The error code

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

Errors

Field level errors

Declaration
public List<ResponseError> Errors { get; set; }
Property Type: System.Collections.Generic.List<ResponseError>
View Source

Message

The error message

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