Method: ZohoHub::Response#internal_error?

Defined in:
lib/zoho_hub/response.rb

#internal_error?Boolean

Returns:

  • (Boolean)


17
18
19
# File 'lib/zoho_hub/response.rb', line 17

def internal_error?
  error_code?('INTERNAL_ERROR')
end