Table of Contents

Class RestErrorGroup

Namespace
NetCord.Rest
Assembly
NetCord.dll
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; }

Property Value

IReadOnlyDictionary<string, IRestErrorGroup>