Exception: Aliyun::Odps::RecordNotMatchSchemaError

Inherits:
Error
  • Object
show all
Defined in:
lib/aliyun/odps/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(values, schema) ⇒ RecordNotMatchSchemaError

Returns a new instance of RecordNotMatchSchemaError.



92
93
94
# File 'lib/aliyun/odps/error.rb', line 92

def initialize(values, schema)
  super("#{values} not match with #{schema}")
end