Class InsufficientCapacityError
508 Insufficient Capacity. The server has no more relayed transport addresses available, or has none with the requested properties, or the one that was reserved is no longer available. The client considers the current operation as having failed. If the client is using either the EVEN-PORT or the RESERVATION-TOKEN attribute, then the client MAY choose to remove or modify this attribute and try again immediately. Otherwise, the client SHOULD wait at least 1 minute before trying to create any more allocations on this 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 InsufficientCapacityError : Error
Constructors
InsufficientCapacityError()
Initializes a new instance of the InsufficientCapacityError class.
Declaration
public InsufficientCapacityError()
InsufficientCapacityError(String)
Initializes a new instance of the InsufficientCapacityError class.
Declaration
public InsufficientCapacityError(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 |