X-FTH-Error
(Optional) Contains the error message returned by the server. If empty or not present, that signals that the upload request has been completed successfully.
If not empty, the error message can indicate the following error scenarios:
| Error Scenario | Description |
|---|---|
| MFT FS Server exception | The MFT FS server explicitly raised an exception due to a violation of business/data rules or constraints in the system. The error message will have the following structure: ErrorCode / Message The error code is assigned by the MFT FS Server, representing the specific rule/constraint that was violated, while the error message gives more descriptive information about the nature of the error |
| Unknown exception | An exception was raised by the system due to an unknown reason. The error message will have the following structure: 90000 / Message The 90000 error code is a generic code, which does not map to any specific rule/constraint violation in the system, while the error message gives more descriptive information about the nature of the error. |
Was this topic helpful?