google_api_cloud_debugger v0.11.0 GoogleApi.CloudDebugger.V2.Model.StatusMessage View Source
Represents a contextual status message.
The message can indicate an error or informational status, and refer to
specific parts of the containing object.
For example, the Breakpoint.status
field can indicate an error referring
to the BREAKPOINT_SOURCE_LOCATION
with the message Location not found
.
Attributes
description
(type:GoogleApi.CloudDebugger.V2.Model.FormatMessage.t
, default:nil
) - Status message text.isError
(type:boolean()
, default:nil
) - Distinguishes errors from informational messages.refersTo
(type:String.t
, default:nil
) - Reference to which the message applies.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.CloudDebugger.V2.Model.StatusMessage{ description: GoogleApi.CloudDebugger.V2.Model.FormatMessage.t(), isError: boolean(), refersTo: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.