Learn how RootFi handles errors when syncing data and the types of errors that can occur.
Error Code | Error Message Format | Description |
---|---|---|
missing-params | Missing required field: {field_name}. A helpful error message | Thrown when a required field is missing by the integration platform |
invalid-params | Invalid field: {field_name}. A helpful error message | Thrown when a field is invalid by the integration platform |
record-already-exists | Record already exists with given: {field_name}. A helpful error message | Thrown when a record already exists with the given field by the integration platform |
operation-denied | Operation Denied: A helpful error message | Thrown when the integration platform denies the operation |
unknown-error | Unknown error: : A helpful error message | Thrown when RootFi cannot map the error to a known error code |
platform-denied | The underlying platform denied the request | Thrown when the underlying platform denies a request |