Class RestErrorGroup
public class RestErrorGroup : IRestErrorGroup
- 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; }