Ads API .NET library
|
The API error base class that provides details about an error that occurred while processing a service request. More...
Properties | |
string | fieldPath [get, set] |
The OGNL field path to identify cause of error. More... | |
FieldPathElement[] | fieldPathElements [get, set] |
A parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}. More... | |
string | trigger [get, set] |
The data that caused the error. More... | |
string | errorString [get, set] |
A simple string representation of the error and reason. More... | |
The API error base class that provides details about an error that occurred while processing a service request.
The OGNL field path is provided for parsers to identify the request data element that may have caused the error.
|
getset |
A simple string representation of the error and reason.
|
getset |
The OGNL field path to identify cause of error.
|
getset |
A parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}.
|
getset |
The data that caused the error.