Show / Hide Table of Contents

Class ErrorMessage

Inheritance
System.Object
ErrorMessage
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: Klarna.Rest.Core.Model
Assembly: Klarna.Rest.Core.dll
Syntax
public class ErrorMessage

Properties

| Improve this Doc View Source

CorrelationId

Gets or sets correlation id.

The correlation id may be requested by merchant support to facilitate support inquiries.

Declaration
[JsonProperty("correlation_id")]
public string CorrelationId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ErrorCode

Gets or sets the error code.

Declaration
[JsonProperty("error_code")]
public string ErrorCode { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ErrorMessages

Gets or sets error messages.

Declaration
[JsonProperty("error_messages")]
public string[] ErrorMessages { get; set; }
Property Value
Type Description
System.String[]
  • Improve this Doc
  • View Source
Back to top Copyright (c) 2005-2019 Klarna Bank AB (publ). All rights reserved.