Error

com.google.longrunning.operations.Operation.Result.Error
final case class Error(value: Status) extends Result

Attributes

Source
Operation.scala
Graph
Supertypes
trait Result
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type ValueType = Status

Attributes

Source
Operation.scala

Value members

Concrete methods

override def error: Option[Status]

Attributes

Definition Classes
Source
Operation.scala
override def isError: Boolean

Attributes

Definition Classes
Source
Operation.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
Operation.scala

Inherited methods

def isDefined: Boolean

Attributes

Inherited from:
Result
Source
Operation.scala
def isEmpty: Boolean

Attributes

Inherited from:
Result
Source
Operation.scala
def isResponse: Boolean

Attributes

Inherited from:
Result
Source
Operation.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def response: Option[Any]

Attributes

Inherited from:
Result
Source
Operation.scala
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala