Table of Contents

Class RestErrorGroup

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

IReadOnlyDictionary<string, IRestErrorGroup>

Methods

WriteTo(Utf8JsonWriter)

public void WriteTo(Utf8JsonWriter writer)

Parameters

writer Utf8JsonWriter