FailureDetails

Information about an Automation failure.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Detailed information about the Automation step failure.

Link copied to clipboard

The stage of the Automation execution when the failure occurred. The stages include the following: InputValidation, PreVerification, Invocation, PostVerification.

Link copied to clipboard

The type of Automation failure. Failure types include the following: Action, Permission, Throttling, Verification, Internal.

Functions

Link copied to clipboard
inline fun copy(block: FailureDetails.Builder.() -> Unit = {}): FailureDetails
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String