get

abstract suspend fun get(planId: UUID): List<ErrorLog>

Retrieves error logs for a specific plan.

Return

A list of error logs associated with the specified plan.

Parameters

planId

The unique identifier of the plan.