Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 897 Bytes

File metadata and controls

14 lines (9 loc) · 897 Bytes

BulkUploadResultResultsInner

Properties

Name Type Description Notes
row_index Option<i32> 1-based index of the CSV data row (header excluded) [optional]
ok Option<bool> Whether the row was created successfully [optional]
created_post_id Option<String> ID of the created post. Present only when ok is true and not a dry run. [optional]
errors Option<Vec> Machine-readable failure codes for this row. Present only when ok is false. Examples: unknown_profile:<id>, no_account_for_platform:<platform>, schedule_time_missing, rate_limited:<platform>:@<username>:<remaining>. [optional]

[Back to Model list] [Back to API list] [Back to README]