PartialFailure

This array is empty if the API operation was successful for all the rules specified in the request. If the operation could not process one of the rules, the following data is returned for each of those rules.

Types

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

Properties

Link copied to clipboard

The type of error.

Link copied to clipboard

The code of the error.

Link copied to clipboard

A description of the error.

Link copied to clipboard

The specified rule that could not be deleted.

Functions

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