Exception: Aliyun::Opensearch::Error::EmptyParam

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/aliyun/opensearch/error.rb

Overview

空参数异常

Author:

Instance Method Summary collapse

Constructor Details

#initializeEmptyParam

初始化

Author:



77
78
79
# File 'lib/aliyun/opensearch/error.rb', line 77

def initialize
  super('Param Can Not Be Empty')
end