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