ErrorInformation

Contains error information for a pentest job that encountered an error.

Types

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

Properties

Link copied to clipboard

The error code. Valid values include CLIENT_ERROR, INTERNAL_ERROR, and STOPPED_BY_USER.

Link copied to clipboard

A message describing the error.

Functions

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