Table of Contents

Interface IApiError

Namespace
GroupeIsa.Neos.Designer.UIAbstractions.API.Response
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Represents an API error.

public interface IApiError : IApiInnerError
Inherited Members

Properties

Errors

Gets the inner errors.

ReadOnlyCollection<IApiInnerError> Errors { get; }

Property Value

ReadOnlyCollection<IApiInnerError>

TraceId

Gets the trace identifier of the HTTP request.

string TraceId { get; }

Property Value

string