Import Exception Object
- 1 Minute to read
- PDF
Import Exception Object
- 1 Minute to read
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Import Exception Object
An Import Exception is a two-field object used to communicate errors with users.
ErrorMessage
Description: A descriptive message detailing the nature of the problem.
Data Type: String
Note: ReadOnly
FieldName
Description: Indicates which field in the parent object the above Error Message refers to.
Data Type: String
Note: ReadOnly
Example
[
{
"ErrorMessage": "Warehouse Name cannot be longer than 10 characters.",
"FieldName": "WarehouseName"
}
]