A description of a problem that has arisen during the processing of a request.
More...
|
| 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...
|
| |
A description of a problem that has arisen during the processing of a request.
◆ LusidProblemDetails() [1/2]
| Lusid.Sdk.Model.LusidProblemDetails.LusidProblemDetails |
( |
| ) |
|
|
inlineprotected |
◆ 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
-
| name | The name of the error (required). |
| errorDetails | Any additional informational information available about the nature and detail of the problem. |
| code | Get the error code of the response (required). |
| type | type. |
| title | title. |
| status | status. |
| detail | detail. |
| instance | instance. |
◆ Equals() [1/2]
| override bool Lusid.Sdk.Model.LusidProblemDetails.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ Equals() [2/2]
◆ 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
◆ 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 |
◆ 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 |
◆ Instance
| string Lusid.Sdk.Model.LusidProblemDetails.Instance |
|
getset |
◆ 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 |
◆ Title
| string Lusid.Sdk.Model.LusidProblemDetails.Title |
|
getset |
◆ Type
| string Lusid.Sdk.Model.LusidProblemDetails.Type |
|
getset |
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/stable/sdk/Lusid.Sdk/Model/LusidProblemDetails.cs