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

ErrorDetail More...

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

Public Member Functions

 ErrorDetail (string id=default(string), string type=default(string), string detail=default(string), List< Dictionary< string, string >> errorDetails=default(List< Dictionary< string, string >>))
 Initializes a new instance of the ErrorDetail class. 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 (ErrorDetail input)
 Returns true if ErrorDetail instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string Id [get, set]
 The id of the failed item that this error relates to. More...
 
string Type [get, set]
 The type of failure that occurred. More...
 
string Detail [get, set]
 Description of the failure that occurred. More...
 
List< Dictionary< string, string > > ErrorDetails [get, set]
 Information about the particular instance of the failure (supplied information depends on the type of failure). More...
 

Detailed Description

ErrorDetail

Constructor & Destructor Documentation

◆ ErrorDetail()

Lusid.Sdk.Model.ErrorDetail.ErrorDetail ( string  id = default(string),
string  type = default(string),
string  detail = default(string),
List< Dictionary< string, string >>  errorDetails = default(List<Dictionary<string, string>>) 
)
inline

Initializes a new instance of the ErrorDetail class.

Parameters
idThe id of the failed item that this error relates to..
typeThe type of failure that occurred..
detailDescription of the failure that occurred..
errorDetailsInformation about the particular instance of the failure (supplied information depends on the type of failure)..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if ErrorDetail instances are equal

Parameters
inputInstance of ErrorDetail to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Detail

string Lusid.Sdk.Model.ErrorDetail.Detail
getset

Description of the failure that occurred.

Description of the failure that occurred.

◆ ErrorDetails

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

Information about the particular instance of the failure (supplied information depends on the type of failure).

Information about the particular instance of the failure (supplied information depends on the type of failure).

◆ Id

string Lusid.Sdk.Model.ErrorDetail.Id
getset

The id of the failed item that this error relates to.

The id of the failed item that this error relates to.

◆ Type

string Lusid.Sdk.Model.ErrorDetail.Type
getset

The type of failure that occurred.

The type of failure that occurred.


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