Class RestErrorDetailGroup
public class RestErrorDetailGroup : IRestErrorGroup, IJsonSerializable
- Inheritance
-
RestErrorDetailGroup
- Implements
- Inherited Members
Constructors
RestErrorDetailGroup(IReadOnlyList<RestErrorDetail>)
public RestErrorDetailGroup(IReadOnlyList<RestErrorDetail> errors)
Parameters
errors
IReadOnlyList<RestErrorDetail>
Properties
Errors
public IReadOnlyList<RestErrorDetail> Errors { get; }
Property Value
Methods
WriteTo(Utf8JsonWriter)
public void WriteTo(Utf8JsonWriter writer)
Parameters
writer
Utf8JsonWriter