class CadenceThrift::DomainAlreadyExistsError
Constants
- FIELDS
- MESSAGE
Public Class Methods
new(message=nil)
click to toggle source
Calls superclass method
# File lib/gen/thrift/shared_types.rb, line 627 def initialize(message=nil) super() self.message = message end
Public Instance Methods
struct_fields()
click to toggle source
# File lib/gen/thrift/shared_types.rb, line 638 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/gen/thrift/shared_types.rb, line 640 def validate raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field message is unset!') unless @message end