LUSID C# SDK
Public Member Functions | Protected Member Functions | Properties | List of all members
Lusid.Sdk.Model.LusidProblemDetails Class Reference

A description of a problem that has arisen during the processing of a request. More...

Inheritance diagram for Lusid.Sdk.Model.LusidProblemDetails:
Inheritance graph
[legend]

Public Member Functions

 LusidProblemDetails (string name=default(string), List< Dictionary< string, string >> errorDetails=default(List< Dictionary< string, string >>), int code=default(int), string type=default(string), string title=default(string), int? status=default(int?), string detail=default(string), string instance=default(string))
 Initializes a new instance of the LusidProblemDetails class. More...
 
bool ShouldSerializeExtensions ()
 Returns false as Extensions should not be serialized given that it's read-only. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
virtual string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object input)
 Returns true if objects are equal More...
 
bool Equals (LusidProblemDetails input)
 Returns true if LusidProblemDetails instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 LusidProblemDetails ()
 Initializes a new instance of the LusidProblemDetails class. More...
 

Properties

string Name [get, set]
 The name of the error More...
 
List< Dictionary< string, string > > ErrorDetails [get, set]
 Any additional informational information available about the nature and detail of the problem More...
 
int Code [get, set]
 Get the error code of the response More...
 
string Type [get, set]
 Gets or Sets Type More...
 
string Title [get, set]
 Gets or Sets Title More...
 
int Status [get, set]
 Gets or Sets Status More...
 
string Detail [get, set]
 Gets or Sets Detail More...
 
string Instance [get, set]
 Gets or Sets Instance More...
 
Dictionary< string, Object > Extensions [get]
 Gets or Sets Extensions More...
 

Detailed Description

A description of a problem that has arisen during the processing of a request.

Constructor & Destructor Documentation

◆ LusidProblemDetails() [1/2]

Lusid.Sdk.Model.LusidProblemDetails.LusidProblemDetails ( )
inlineprotected

Initializes a new instance of the LusidProblemDetails class.

◆ LusidProblemDetails() [2/2]

Lusid.Sdk.Model.LusidProblemDetails.LusidProblemDetails ( string  name = default(string),
List< Dictionary< string, string >>  errorDetails = default(List<Dictionary<string, string>>),
int  code = default(int),
string  type = default(string),
string  title = default(string),
int?  status = default(int?),
string  detail = default(string),
string  instance = default(string) 
)
inline

Initializes a new instance of the LusidProblemDetails class.

Parameters
nameThe name of the error (required).
errorDetailsAny additional informational information available about the nature and detail of the problem.
codeGet the error code of the response (required).
typetype.
titletitle.
statusstatus.
detaildetail.
instanceinstance.

Member Function Documentation

◆ Equals() [1/2]

override bool Lusid.Sdk.Model.LusidProblemDetails.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool Lusid.Sdk.Model.LusidProblemDetails.Equals ( LusidProblemDetails  input)
inline

Returns true if LusidProblemDetails instances are equal

Parameters
inputInstance of LusidProblemDetails to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.LusidProblemDetails.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ShouldSerializeExtensions()

bool Lusid.Sdk.Model.LusidProblemDetails.ShouldSerializeExtensions ( )
inline

Returns false as Extensions should not be serialized given that it's read-only.

Returns
false (boolean)

◆ ToJson()

virtual string Lusid.Sdk.Model.LusidProblemDetails.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.LusidProblemDetails.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Code

int Lusid.Sdk.Model.LusidProblemDetails.Code
getset

Get the error code of the response

Get the error code of the response

◆ Detail

string Lusid.Sdk.Model.LusidProblemDetails.Detail
getset

Gets or Sets Detail

◆ ErrorDetails

List<Dictionary<string, string> > Lusid.Sdk.Model.LusidProblemDetails.ErrorDetails
getset

Any additional informational information available about the nature and detail of the problem

Any additional informational information available about the nature and detail of the problem

◆ Extensions

Dictionary<string, Object> Lusid.Sdk.Model.LusidProblemDetails.Extensions
get

Gets or Sets Extensions

◆ Instance

string Lusid.Sdk.Model.LusidProblemDetails.Instance
getset

Gets or Sets Instance

◆ Name

string Lusid.Sdk.Model.LusidProblemDetails.Name
getset

The name of the error

The name of the error

◆ Status

int Lusid.Sdk.Model.LusidProblemDetails.Status
getset

Gets or Sets Status

◆ Title

string Lusid.Sdk.Model.LusidProblemDetails.Title
getset

Gets or Sets Title

◆ Type

string Lusid.Sdk.Model.LusidProblemDetails.Type
getset

Gets or Sets Type


The documentation for this class was generated from the following file: