You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core-concepts/status.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Datasets can also transition to the _NotSupported_ state if the dataset you are
38
38
| Processing | The data is being stored into Codat's cache. |
39
39
| Complete | The dataset has completed, and the data is available to be queried via Codat's API. |
40
40
| NotSupported | The integration does not support the datatype that was requested. For example, Clearbooks does not support reading the Profit and Loss Report. |
41
-
| FetchError, MapError, ValidationError, ProcessingError, InternalError | The dataset failed in one of the above states. These are monitored by our engineering teams, but you may contact support team for assistance as required. |
41
+
| FetchError, MapError, ValidationError, ProcessingError, InternalError, PermissionsError| The dataset failed in one of the above states. These are monitored by our engineering teams, but you may contact support team for assistance as required. |
42
42
| AuthError | The authentication to the data source has expired. This usually means you will need to relink, by getting the end user to follow the data connections's `linkUrl` to re-enter their credentials. |
43
43
| Queued | The dataset has just been requested, and will move into `fetching` shortly. |
0 commit comments