Class GCSErrorResponse
Inheritance
GCSErrorResponse
Assembly: solution.dll
Syntax
[Preserve]
public class GCSErrorResponse
Constructors
GCSErrorResponse()
Declaration
public GCSErrorResponse()
GCSErrorResponse(string, string, string)
Declaration
public GCSErrorResponse(string code, string message, string details = null)
Parameters
Properties
Code
Declaration
[Preserve]
public string Code { get; set; }
Property Value
Details
Declaration
[Preserve]
public string Details { get; set; }
Property Value
Message
Declaration
[Preserve]
public string Message { get; set; }
Property Value