Class: Aliyun::Opensearch::Error::InvalidResponseBody

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

Overview

无效返回结果异常

Author:

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ InvalidResponseBody

初始化

Author:



93
94
95
# File 'lib/aliyun/opensearch/error.rb', line 93

def initialize(response)
  super('Response Body is Invalid', response)
end