google_api_cloud_debugger v0.3.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 (GoogleApi.CloudDebugger.V2.Model.FormatMessage.t): Status message text. Defaults to
nil
. - isError (boolean()): Distinguishes errors from informational messages. Defaults to
nil
. - refersTo (String.t): Reference to which the message applies. Defaults to
nil
.
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 Source
t()
View Source
t() :: %GoogleApi.CloudDebugger.V2.Model.StatusMessage{
description: GoogleApi.CloudDebugger.V2.Model.FormatMessage.t(),
isError: boolean(),
refersTo: String.t()
}
t() :: %GoogleApi.CloudDebugger.V2.Model.StatusMessage{ description: GoogleApi.CloudDebugger.V2.Model.FormatMessage.t(), isError: boolean(), refersTo: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.