Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| creditReportErrorId |
The credit report error identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The credit report error, if it exists.
Nano.CreditReportError| Name | Description | Type | Additional information |
|---|---|---|---|
| errorType |
Gets or sets the type of the error. |
string |
None. |
| message |
Gets or sets the message. |
string |
None. |
| sourceType |
Gets or sets the type of the source. |
string |
None. |
| id |
Gets or sets the credit report error identifier. |
integer |
None. |
| creditReport |
Gets or sets the credit report identifier. |
integer |
None. |
| person |
Gets or sets the person identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"errorType": "sample String 1",
"message": "sample String 2",
"sourceType": "sample String 3",
"id": "4",
"creditReport": "5",
"person": "1"
}
text/html
Sample:
{"errorType":"sample String 1","message":"sample String 2","sourceType":"sample String 3","id":"4","creditReport":"5","person":"1"}
application/xml, text/xml
Sample:
<CreditReportError xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ErrorType>sample String 1</ErrorType> <Message>sample String 2</Message> <SourceType>sample String 3</SourceType> <CreditReportErrorId>4</CreditReportErrorId> <CreditReportId>5</CreditReportId> <PersonId>1</PersonId> </CreditReportError>
application/vnd.api+json
Sample:
Sample not available.