Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] add error code (#8614) #218

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
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
66 changes: 66 additions & 0 deletions docs/deployment/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,69 @@ The workers can have more or less verbose outputs:
!!! warning "TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark..."

Disk full, no space left on the device for ElasticSearch.

### Error code

##### MULTIPLE_REFERENCES_ERROR

TODO : Explain why this error

#### UNSUPPORTED_ERROR

TODO : Explain why this error

#### DATABASE_ERROR

TODO : Explain why this error

#### VALIDATION_ERROR

TODO : Explain why this error

#### MULTIPLE_ENTITIES_ERROR

TODO : Explain why this error

#### ACL_ERROR

TODO : Explain why this error

#### MISSING_REFERENCE_ERROR

TODO : Explain why this error

#### INTERNAL_SERVER_ERROR

TODO : Explain why this error

#### ELEMENT_ID_COLLISION

TODO : Explain why this error

#### INCORRECT_INDICATOR_FORMAT

TODO : Explain why this error

#### INCORRECT_OBSERVABLE_FORMAT

TODO : Explain why this error

#### RESTRICTED_ELEMENT

TODO : Explain why this error

#### MULTIPLE_REFERENCES_FOUND

TODO : Explain why this error

#### SELF_REFERENCING_RELATION

TODO : Explain why this error

#### INSUFFICIENT_CONFIDENCE_LEVEL

The INSUFFICIENT_CONFIDENCE_LEVEL error occurs when a connector attempts to update an entity that already exists in the platform and was previously created by a connector with a higher confidence level. In this case, it may be necessary to review the level of confidence of the users associated with the connectors.

#### ELEMENT_NOT_FOUND

TODO : Explain why this error