Method: ZohoHub::Response#authentication_failure?

Defined in:
lib/zoho_hub/response.rb

#authentication_failure?Boolean

Returns:

  • (Boolean)


21
22
23
# File 'lib/zoho_hub/response.rb', line 21

def authentication_failure?
  error_code?('AUTHENTICATION_FAILURE')
end