Table of Contents

Class RestErrorDetailGroup

Namespace
NetCord.Rest
Assembly
NetCord.dll
public class RestErrorDetailGroup : IRestErrorGroup
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>