Interface MonitorManipulationFailure

    • Method Detail

      • getErrorCode

        int getErrorCode()
        Returns the error code of the failure.
        Returns:
        the error code of the failure.
      • getMessage

        java.lang.String getMessage()
        Returns the error message of the failure.
        Returns:
        the error message of the failure.
      • getType

        int getType()
        Returns the type of the failure, a value from EnumWebMonitorType
        Returns:
        the type of the failure.