processResponse
private fun <T : Any> StabilityGenerationResponse.processResponse(payload: T): Pair<T, String>(source)
Executes the processResponse step in the SDAI data layer.
Return
Result produced by processResponse.
Author
Dmitriy Moroz
Parameters
payload
generation payload used by the operation.
Throws
when the delegated operation cannot complete.