Page Summary
-
Chat app error messages are logged to Google Cloud Logging if the API is enabled, providing details on the deployment, error, and function involved.
-
Error messages utilize a standardized
Statusformat, including an error code, message, and optional details for comprehensive debugging. -
The
Statusformat aligns with gRPC and Google API Design Guide principles for consistent error handling across different programming environments.
JSON payload of error messages. If the Cloud Logging API is enabled, these error messages are logged to Google Cloud Logging.
| JSON representation |
|---|
{
"deployment": string,
"error": {
object ( |
| Fields |
|---|