Class ErrorService

java.lang.Object
de.oliver.fancyanalytics.sdk.errors.ErrorService

public class ErrorService extends Object
Provides services for managing errors in a specified project.
  • Constructor Details

    • ErrorService

      public ErrorService(ApiClient apiClient)
  • Method Details

    • createError

      public Future<Boolean> createError(String projectID, Error event)
      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.