Class ErrorResponse
- 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
Properties
Code
Gets or sets error code.
public string Code { get; set; }
Property Value
Message
Gets or sets error message indicating why the operation failed.
public string Message { get; set; }