google_api_service_management v0.15.0 GoogleApi.ServiceManagement.V1.Model.FlowErrorDetails View Source

Encapsulation of flow-specific error details for debugging. Used as a details field on an error Status, not intended for external use.

Attributes

  • exceptionType (type: String.t, default: nil) - The type of exception (as a class name).
  • flowStepId (type: String.t, default: nil) - The step that failed.

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() :: %GoogleApi.ServiceManagement.V1.Model.FlowErrorDetails{
  exceptionType: String.t(),
  flowStepId: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.