OnErrorAction

JVM
1.0
enum class OnErrorAction

Enum that can be used to specify behaviour of the copyRecursively() function in exceptional conditions.

Enum Values

JVM
1.0

SKIP

Skip this file and go to the next.

JVM
1.0

TERMINATE

Terminate the evaluation of the function.