Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    System.Object
    Error
    Error
    InsufficientCapacityError
    Inherited Members
    Error.StunErrorCode
    Error.StunCode
    Error.CreateStunError(Int32, Message)
    Error.ErrorCode
    Error.Code
    Error.CodeValue
    Error.Exception
    Error.Message
    Error.ToString()
    Error.ToJson()
    Error.ToJson(Error)
    Error.FromJson(String)
    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
    Overrides
    Error.GetDescription()
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0