Class ErrorService
java.lang.Object
de.oliver.fancyanalytics.sdk.errors.ErrorService
Provides services for managing errors in a specified project.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateError(String projectID, Error event) Asynchronously creates an error event in the specified project.
-
Constructor Details
-
ErrorService
-
-
Method Details
-
createError
Asynchronously creates an error event in the specified project.- Parameters:
projectID- The ID of the project where the error should be logged.event- The error event to be logged.- Returns:
- A future containing a boolean value indicating whether the error was successfully created.
-