Class GCSErrorResponse
Inheritance
GCSErrorResponse
Assembly: Unity.Services.CloudSave.dll
Syntax
[Preserve]
[DataContract(Name = "BasicErrorResponse")]
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]
[DataMember(Name = "Code", IsRequired = true, EmitDefaultValue = true)]
public string Code { get; set; }
Property Value
Details
Declaration
[Preserve]
[DataMember(Name = "Details", IsRequired = false, EmitDefaultValue = false)]
public string Details { get; set; }
Property Value
Message
Declaration
[Preserve]
[DataMember(Name = "Message", IsRequired = true, EmitDefaultValue = true)]
public string Message { get; set; }
Property Value