firstError

fun <Error class: unknown class>.firstError(): <Error class: unknown class>?

Returns the first error in the result, or null.


fun List<<Error class: unknown class>>.firstError(): <Error class: unknown class>?

Returns the first error in the list, or null.