Record
custom-object-bulk-job-error-response
No description available.
record custom-object-bulk-job-error-response {
code: option<s32>,
message: option<string>,
record-op: option<custom-object-record-with-all-fields>,
row: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| code | option<s32> | |
| message | option<string> | |
| record-op | option<custom-object-record-with-all-fields> | |
| row | option<s32> |