OnErrorAction

enum OnErrorAction : Enum<OnErrorAction>

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

Entries

TERMINATE
Link copied to clipboard

Terminate the evaluation of the function.

SKIP
Link copied to clipboard

Skip this file and go to the next.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int