Error

com.google.cloud.datastream.v1.datastream_resources.Error
See theError companion object
final case class Error(reason: String, errorUuid: String, message: String, errorTime: Option[Timestamp], details: Map[String, String], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[Error]

Represent a user-facing Error.

Value parameters

details

Additional information about the error.

errorTime

The time when the error occurred.

errorUuid

A unique identifier for this specific error, allowing it to be traced throughout the system in logs and API responses.

message

A message containing more information about the error that occurred.

reason

A title that explains the reason for the error.

Attributes

Companion
object
Source
Error.scala
Graph
Supertypes
trait Updatable[Error]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
Error.scala
def addDetails(`__vs`: (String, String)*): Error

Attributes

Source
Error.scala

Attributes

Source
Error.scala

Attributes

Source
Error.scala
def companion: Error.type

Attributes

Source
Error.scala

Attributes

Source
Error.scala

Attributes

Source
Error.scala
def getField(`__field`: FieldDescriptor): PValue

Attributes

Source
Error.scala
def getFieldByNumber(`__fieldNumber`: Int): Any

Attributes

Source
Error.scala
override def serializedSize: Int

Attributes

Definition Classes
GeneratedMessage
Source
Error.scala

Returns a human-readable ASCII format representation of this message.

Returns a human-readable ASCII format representation of this message.

The original message can be decoded from this format by using fromAscii on the companion object.

Attributes

Returns

human-readable representation of this message.

Source
Error.scala
def withDetails(`__v`: Map[String, String]): Error

Attributes

Source
Error.scala

Attributes

Source
Error.scala
def withErrorUuid(`__v`: String): Error

Attributes

Source
Error.scala
def withMessage(`__v`: String): Error

Attributes

Source
Error.scala
def withReason(`__v`: String): Error

Attributes

Source
Error.scala
def withUnknownFields(`__v`: UnknownFieldSet): Error

Attributes

Source
Error.scala
def writeTo(`_output__`: CodedOutputStream): Unit

Serializes the message into the given coded output stream

Serializes the message into the given coded output stream

Attributes

Source
Error.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
final def toByteArray: Array[Byte]

Serializes the message and returns a byte array containing its raw bytes

Serializes the message and returns a byte array containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def toByteString: ByteString

Serializes the message and returns a ByteString containing its raw bytes

Serializes the message and returns a ByteString containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def toPMessage: PMessage

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
def update(ms: Lens[Error, Error] => () => Error*): A

Attributes

Inherited from:
Updatable
Source
Lenses.scala
final def writeDelimitedTo(output: OutputStream): Unit

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def writeTo(output: OutputStream): Unit

Serializes the message into the given output stream

Serializes the message into the given output stream

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala