| Extends: |
webServiceBean |
| Namespace: |
http://fico.com/xpress/insight/rest/v1 |
Describes an error that occurred when uploading an attachment.
XML
Elements
| name (type) |
min/max occurs |
description |
| message (string) |
0/1 |
A message describing the error |
| filename (string) |
0/1 |
The filename of the attachment for which the message was encountered |
| status (int) |
1/1 |
The HTTP status code. |
JSON
| property |
type |
description |
| message |
message (string) |
A message describing the error |
| filename |
filename (string) |
The filename of the attachment for which the message was encountered |
| status |
status (int) |
The HTTP status code. |