Exception: EvolutionApi::QRCodeExpiredError

Inherits:
Error
  • Object
show all
Defined in:
lib/evolution_api/errors.rb

Overview

Erro de QR Code expirado

Instance Attribute Summary

Attributes inherited from Error

#error_code, #response, #status_code

Instance Method Summary collapse

Constructor Details

#initializeQRCodeExpiredError

Returns a new instance of QRCodeExpiredError.



84
85
86
# File 'lib/evolution_api/errors.rb', line 84

def initialize
  super('QR Code expirado', nil, nil, 'QR_CODE_EXPIRED')
end