class CadenceThrift::RetryTaskError

Constants

DOMAINID
FIELDS
MESSAGE
NEXTEVENTID
RUNID
WORKFLOWID

Public Instance Methods

struct_fields() click to toggle source
# File lib/gen/thrift/shared_types.rb, line 841
def struct_fields; FIELDS; end
validate() click to toggle source
# File lib/gen/thrift/shared_types.rb, line 843
def validate
  raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field message is unset!') unless @message
end