diff --git a/docs/core-concepts/status.md b/docs/core-concepts/status.md index 30cd23ba7..fb77d36b7 100644 --- a/docs/core-concepts/status.md +++ b/docs/core-concepts/status.md @@ -38,7 +38,7 @@ Datasets can also transition to the _NotSupported_ state if the dataset you are | Processing | The data is being stored into Codat's cache. | | Complete | The dataset has completed, and the data is available to be queried via Codat's API. | | NotSupported | The integration does not support the datatype that was requested. For example, Clearbooks does not support reading the Profit and Loss Report. | -| 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. | +| 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. | | 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. | | Queued | The dataset has just been requested, and will move into `fetching` shortly. |