Skip to content

Commit dbdbb0f

Browse files
Update migration-api-overview.md (SharePoint#9259)
* Update migration-api-overview.md Added an event example: JobFatalError on line 238 * Update migration-api-overview.md updated date field.
1 parent 5615bd6 commit dbdbb0f

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

docs/apis/migration-api-overview.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "SharePoint Online Import Migration API"
33
description: "This article provides in depth information on how to use the SPO Migration API."
4-
ms.date: 04/10/2023
4+
ms.date: 10/05/2023
55
ms.author: jhendr
66
author: JoanneHendrickson
77
manager: serdars
@@ -235,6 +235,23 @@ Message:ErrorMessage
235235
CorrelationId:d8e9bc9e-20e2-8000-aa83-48a62fc5ce75
236236
```
237237

238+
**Event:JobFatalError**
239+
240+
```text
241+
JobId:8f728c13-95d0-4d54-96bc-4ee912bd32ce
242+
Time: 02/05/2019 06:57:20.523
243+
TotalRetryCount:0
244+
MigrationType:None
245+
MigrationDirection:Import
246+
ObjectType:
247+
Url:
248+
Id:
249+
ErrorCode:-2147213196
250+
ErrorType:Microsoft.SharePoint.SPException
251+
Message:ErrorMessage
252+
CorrelationId:b370d5a0-105d-4000-241f-9b2d70449d7b
253+
```
254+
238255
**Event:JobWarning**
239256

240257
```text

0 commit comments

Comments
 (0)