Table of Contents

Class RestQueueFullException

Namespace
DisCatSharp.Exceptions
Assembly
DisCatSharp.dll

Thrown when a REST request is rejected because the bucket queue has reached its MaxQueueDepthPerBucket limit.

public sealed class RestQueueFullException : DisCatSharpException, ISerializable
Inheritance
RestQueueFullException
Implements
Inherited Members

Properties

BucketId

Gets the rate-limit bucket identifier.

MaxDepth

Gets the configured maximum queue depth.

QueueDepth

Gets the queue depth at the time of rejection.

Route

Gets the generic API route (e.g. POST:/channels/channel_id/messages).