A description of a problem that has arisen whilst validating a request
More...
|
| | LusidValidationProblemDetails (string name=default(string), List< Dictionary< string, string >> errorDetails=default(List< Dictionary< string, string >>), int code=default(int), Dictionary< string, List< string >> errors=default(Dictionary< string, List< string >>), 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 LusidValidationProblemDetails 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 (LusidValidationProblemDetails input) |
| | Returns true if LusidValidationProblemDetails instances are equal More...
|
| |
| override int | GetHashCode () |
| | Gets the hash code 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...
|
| |
| Dictionary< string, List< string > > | Errors [get, set] |
| | Gets or Sets Errors 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 whilst validating a request
◆ LusidValidationProblemDetails() [1/2]
| Lusid.Sdk.Model.LusidValidationProblemDetails.LusidValidationProblemDetails |
( |
| ) |
|
|
inlineprotected |
◆ LusidValidationProblemDetails() [2/2]
| Lusid.Sdk.Model.LusidValidationProblemDetails.LusidValidationProblemDetails |
( |
string |
name = default(string), |
|
|
List< Dictionary< string, string >> |
errorDetails = default(List<Dictionary<string, string>>), |
|
|
int |
code = default(int), |
|
|
Dictionary< string, List< string >> |
errors = default(Dictionary<string, List<string>>), |
|
|
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 LusidValidationProblemDetails 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). |
| errors | errors. |
| type | type. |
| title | title. |
| status | status. |
| detail | detail. |
| instance | instance. |
◆ Equals() [1/2]
| override bool Lusid.Sdk.Model.LusidValidationProblemDetails.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.LusidValidationProblemDetails.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ShouldSerializeExtensions()
| bool Lusid.Sdk.Model.LusidValidationProblemDetails.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.LusidValidationProblemDetails.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.LusidValidationProblemDetails.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ Code
| int Lusid.Sdk.Model.LusidValidationProblemDetails.Code |
|
getset |
Get the error code of the response
Get the error code of the response
◆ Detail
| string Lusid.Sdk.Model.LusidValidationProblemDetails.Detail |
|
getset |
◆ ErrorDetails
| List<Dictionary<string, string> > Lusid.Sdk.Model.LusidValidationProblemDetails.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
◆ Errors
| Dictionary<string, List<string> > Lusid.Sdk.Model.LusidValidationProblemDetails.Errors |
|
getset |
◆ Extensions
| Dictionary<string, Object> Lusid.Sdk.Model.LusidValidationProblemDetails.Extensions |
|
get |
◆ Instance
| string Lusid.Sdk.Model.LusidValidationProblemDetails.Instance |
|
getset |
◆ Name
| string Lusid.Sdk.Model.LusidValidationProblemDetails.Name |
|
getset |
The name of the error
The name of the error
◆ Status
| int Lusid.Sdk.Model.LusidValidationProblemDetails.Status |
|
getset |
◆ Title
| string Lusid.Sdk.Model.LusidValidationProblemDetails.Title |
|
getset |
◆ Type
| string Lusid.Sdk.Model.LusidValidationProblemDetails.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/LusidValidationProblemDetails.cs