Class AllocationQuotaReachedError
486 Allocation Quota Reached. The server is currently unable to create any more allocations with this username. The client considers the current transaction as having failed. The client SHOULD wait at least 1 minute before trying to create any more allocations on the server.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FM.LiveSwitch.Stun.Turn
Assembly: FM.LiveSwitch.dll
Syntax
public class AllocationQuotaReachedError : Error
Constructors
AllocationQuotaReachedError()
Initializes a new instance of the AllocationQuotaReachedError class.
Declaration
public AllocationQuotaReachedError()
AllocationQuotaReachedError(String)
Initializes a new instance of the AllocationQuotaReachedError class.
Declaration
public AllocationQuotaReachedError(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
Methods
GetDescription()
Gets the description for this Error.
Declaration
public override string GetDescription()
Returns
Type | Description |
---|---|
System.String |