Table of Contents

Class ErrorResponse

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.Models
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

Error Response.

public class ErrorResponse
Inheritance
ErrorResponse
Inherited Members

Constructors

ErrorResponse()

Initializes a new instance of the ErrorResponse class.

public ErrorResponse()

ErrorResponse(string, string)

Initializes a new instance of the ErrorResponse class.

public ErrorResponse(string code = null, string message = null)

Parameters

code string

Error code.

message string

Error message indicating why the operation failed.

Properties

Code

Gets or sets error code.

public string Code { get; set; }

Property Value

string

Message

Gets or sets error message indicating why the operation failed.

public string Message { get; set; }

Property Value

string