ErrorEntity Class

Definition

Body of the error response returned from the API.

public class ErrorEntity
type ErrorEntity = class
Public Class ErrorEntity
Inheritance
ErrorEntity

Constructors

ErrorEntity()

Initializes a new instance of the ErrorEntity class.

ErrorEntity(String, String, IList<String>, IList<ErrorEntity>, String, String)

Initializes a new instance of the ErrorEntity class.

Properties

Code

Gets or sets basic error code.

ExtendedCode

Gets or sets type of error.

InnerErrors

Gets or sets inner errors.

Message

Gets or sets any details of the error.

MessageTemplate

Gets or sets message template.

Parameters

Gets or sets parameters for the template.

Applies to