Table of Contents

Class RestErrorDetailGroup

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

IReadOnlyList<RestErrorDetail>

Methods

WriteTo(Utf8JsonWriter)

public void WriteTo(Utf8JsonWriter writer)

Parameters

writer Utf8JsonWriter