View Source GoogleApi.ServiceManagement.V1.Model.FlowErrorDetails (google_api_service_management v0.60.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceManagement.V1.Model.FlowErrorDetails{
  exceptionType: String.t() | nil,
  flowStepId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.