Class ApiError
- Namespace
- GroupeIsa.Neos.ClusterCommunication.Errors
- Assembly
- GroupeIsa.Neos.ClusterCommunication.dll
Represents an error response from an API.
[ExcludeFromCodeCoverage(Justification = "Data class")]
public class ApiError : ApiInnerError
- Inheritance
-
ApiError
- Inherited Members
Properties
Errors
Gets or sets the list of inner errors giving more detailed informations on the causes of the error.
public List<ApiInnerError> Errors { get; set; }
Property Value
Status
Gets or sets the HTTP status code([RFC7231], Section 6) generated by the origin server for this occurrence of the problem.
public int? Status { get; set; }
Property Value
- int?
TraceId
Gets or sets the trace identifier of the HTTP request.
public string TraceId { get; set; }