JobError

class JobError

An error that occurred with the job request.

Types

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

Properties

Link copied to clipboard
val code: Code

The code for the job error.

Link copied to clipboard

The details about the job error.

Link copied to clipboard

The name of the limit that was reached.

Link copied to clipboard

The value of the exceeded limit.

Link copied to clipboard

The message related to the job error.

Link copied to clipboard

The unique identifier for the resource related to the error.

Link copied to clipboard

The type of resource related to the error.

Functions

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