Skip to content

Commit 05aeb78

Browse files
authored
Add PermissionsError to error states in status.md (#1703)
1 parent abcffaa commit 05aeb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core-concepts/status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Datasets can also transition to the _NotSupported_ state if the dataset you are
3838
| Processing | The data is being stored into Codat's cache. |
3939
| Complete | The dataset has completed, and the data is available to be queried via Codat's API. |
4040
| 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. |
4242
| 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. |
4343
| Queued | The dataset has just been requested, and will move into `fetching` shortly. |
4444

0 commit comments

Comments
 (0)