Show / Hide Table of Contents

Class Response<T>

Generic response providing a certain data object.

Inheritance
System.Object
Response
Response<T>
Inherited Members
Response.Success
Response.Message
Response.Exception
Response.Failure(String)
Response.Failure(Exception)
Response.Failure(Response)
Response.Failure<T>(String)
Response.Failure<T>(Exception)
Response.Failure<T>(Response)
Response.Create<T>(T)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: GameJolt
Assembly: GameJolt.dll
Syntax
public sealed class Response<T> : Response
Type Parameters
Name Description
T

Properties

| Improve this Doc View Source

Data

The data of the response. If the request has succeeded, this value is not null. If the request has failed, this value will be null.

Declaration
public T Data { get; }
Property Value
Type Description
T
  • Improve this Doc
  • View Source
Back to top Generated by DocFX