Search Results for

    Show / Hide Table of Contents

    Class BadRequestError

    The request was malformed. The client SHOULD NOT retry the request without modification from the previous attempt. The server may not be able to generate a valid MESSAGE-INTEGRITY for this error, so the client MUST NOT expect a valid MESSAGE-INTEGRITY attribute on this response.

    Inheritance
    System.Object
    Error
    Error
    BadRequestError
    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
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class BadRequestError : Error

    Constructors

    BadRequestError()

    Initializes a new instance of the BadRequestError class.

    Declaration
    public BadRequestError()

    BadRequestError(String)

    Initializes a new instance of the BadRequestError class.

    Declaration
    public BadRequestError(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