-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Fi0x edited this page Dec 30, 2023
·
2 revisions
The Error codes 600 - 609 are reserved for the JavaLogger and should therefore not be used in your own application to avoid confusion.
- Description: This error indicates that a log-entry could not be written to the .log-file.
- Cause: The file-system is maybe not set-up correctly.
- Solution: Check if the file-system is set-up correctly.
- Description: This error indicates a problem with the mixpanel-connection.
- Cause:
- The mixpanel-event-name of the log-message might be null.
- The user id for the mixpanel events might not be set.
- The mixpanel-project-token might not be set-up correctly.
- Solution: Make sure you set the mixpanel project-token and user-id in the Logger. Also verify, that the log-entry you are trying to push to mixpanel is not null.
- Description: This error indicates a problem with one of your custom mixpanel-properties.
- Cause: The property in the error message is already used by mispanel to track default behaviour.
- Solution: Either remove your property, as mixpanel already provides this information by default, or rename your property.
- Description: This error indicates a problem with the mixpanel connection.
- Cause: This can be caused by a network issue.
- Solution: Re-try at a later time.