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 SourceCorrelationId
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 |
ErrorCode
Gets or sets the error code.
Declaration
[JsonProperty("error_code")]
public string ErrorCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ErrorMessages
Gets or sets error messages.
Declaration
[JsonProperty("error_messages")]
public string[] ErrorMessages { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |