Reference documentation and code samples for the Workflows V1 API class Google::Cloud::Workflows::V1::Workflow::StateError.
Describes an error related to the current state of the workflow.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#details
def details() -> ::String
Returns
- (::String) — Provides specifics about the error.
#details=
def details=(value) -> ::String
Parameter
- value (::String) — Provides specifics about the error.
Returns
- (::String) — Provides specifics about the error.
#type
def type() -> ::Google::Cloud::Workflows::V1::Workflow::StateError::Type
Returns
- (::Google::Cloud::Workflows::V1::Workflow::StateError::Type) — The type of this state error.
#type=
def type=(value) -> ::Google::Cloud::Workflows::V1::Workflow::StateError::Type
Parameter
- value (::Google::Cloud::Workflows::V1::Workflow::StateError::Type) — The type of this state error.
Returns
- (::Google::Cloud::Workflows::V1::Workflow::StateError::Type) — The type of this state error.