Reference documentation and code samples for the Google Cloud Datastream V1 Client class Error.
Represent a user-facing Error.
Generated from protobuf message google.cloud.datastream.v1.Error
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ reason
string
A title that explains the reason for the error.
↳ error_uuid
string
A unique identifier for this specific error, allowing it to be traced throughout the system in logs and API responses.
↳ message
string
A message containing more information about the error that occurred.
↳ error_time
↳ details
getReason
A title that explains the reason for the error.
string
setReason
A title that explains the reason for the error.
var
string
$this
getErrorUuid
A unique identifier for this specific error, allowing it to be traced throughout the system in logs and API responses.
string
setErrorUuid
A unique identifier for this specific error, allowing it to be traced throughout the system in logs and API responses.
var
string
$this
getMessage
A message containing more information about the error that occurred.
string
setMessage
A message containing more information about the error that occurred.
var
string
$this
getErrorTime
The time when the error occurred.
hasErrorTime
clearErrorTime
setErrorTime
The time when the error occurred.
$this
getDetails
Additional information about the error.
setDetails
Additional information about the error.
$this