Class: ActionMCP::ProtocolValidator::ValidationError

Inherits:
Data
  • Object
show all
Defined in:
lib/action_mcp/protocol_validator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject (readonly)

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



8
9
10
# File 'lib/action_mcp/protocol_validator.rb', line 8

def code
  @code
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



8
9
10
# File 'lib/action_mcp/protocol_validator.rb', line 8

def message
  @message
end