Package com.google.cloud.channel.common.errordetails

Index

ErrorDescription

Describes violations in a client request. This error type focuses on the error messages and their translations.

Fields
trace_id

string

Trace id of the failing request for debugging purposes.

error_messages[]

ErrorMessage

List of user-facing error messages.

ErrorMessage

An error message and its translation, if present.

Fields
error_message

string

A user-facing error message.

translated_error_message

string

A localized error message. Will show the default error message if there is no translation.