Exception: Saklient::Cloud::Errors::UnknownException
- Inherits:
 - 
      Errors::HttpInternalServerErrorException
      
        
- Object
 - StandardError
 - Errors::HttpException
 - Errors::HttpInternalServerErrorException
 - Saklient::Cloud::Errors::UnknownException
 
 - Defined in:
 - lib/saklient/cloud/errors/unknown_exception.rb
 
Overview
予期しないエラーが発生しました. このエラーが繰り返し発生する場合は, サポートサイトやメンテナンス情報をご確認ください.
Instance Attribute Summary
Attributes inherited from Errors::HttpException
Instance Method Summary (collapse)
- 
  
    
      - (UnknownException) initialize(status, code = nil, message = '') 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of UnknownException.
 
Constructor Details
- (UnknownException) initialize(status, code = nil, message = '')
Returns a new instance of UnknownException
      17 18 19  | 
    
      # File 'lib/saklient/cloud/errors/unknown_exception.rb', line 17 def initialize(status, code = nil, = '') super(status, code, ().nil? || == '' ? '予期しないエラーが発生しました。このエラーが繰り返し発生する場合は、サポートサイトやメンテナンス情報をご確認ください。' : ) end  |