Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/core-concepts/status.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |

Expand Down
Loading