ExecutionContext

Contains contextual information about the execution of a pentest job, such as errors, warnings, or informational messages.

Types

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

Properties

Link copied to clipboard

The context message.

Link copied to clipboard

The type of context. Valid values include ERROR, CLIENT_ERROR, WARNING, and INFO.

Link copied to clipboard

The date and time the context was recorded, in UTC format.

Functions

Link copied to clipboard
inline fun copy(block: ExecutionContext.Builder.() -> Unit = {}): ExecutionContext
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